0

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).

Nps
  • 1,638
  • 4
  • 20
  • 40

1 Answers1

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