Is there any service on Azure, which can be used to send meeting invite using C# code. Currently, I am sending SendGrid to send email. But I also need to send appointments (meeting invite).
Asked
Active
Viewed 268 times
0
-
S.O. != Google Search – CSharpRocks Nov 10 '19 at 22:45
-
Well a meeting invite arrives as an email...just in a specific format. – ADyson Nov 10 '19 at 22:55
-
does SendGrid support it? – Nps Nov 10 '19 at 23:56
1 Answers
0
Sendgrid supports email attachment, you can use this snippet
in order to send an email.
Also with Azure Logic App O365 connector
, you can send a calendar invitation.

Sajeetharan
- 216,225
- 63
- 350
- 396
-
Above snippet work and send file as ics file. But doesn't add it to calendar after opening it. – Nps Nov 11 '19 at 01:34