I use sendgrid to send emails from Novu. I use the php sdk to trigger an email from my app, containing event data like title, description, start/enddate etc to show in the mail body. I now want to add a 'add to calendar' button or something alike to the email. Is this possible through Novu?
I did not find any relevant info online, except that you have to use a specific mimetype
text/calendar
text/calendar
for the email to be recognised by gmail and other providers.
I could generate an ics file and send that along if needed.