0

I'm sending an email when a user books an event - the email contains a .ics file attachment containing the event information.

When sent to a Gmail account, it renders the event detail within the email body (like the image below), automatically adding the event to their calendar:

Gmail  event rendering within email body

...but I'm struggling to get the same behaviour when sending the email (with attachment) to an Outlook email account.

Longshot - but has anyone dealt with this, or would be able to point me in a direction?

Can provide the .ics file if required.

Tom Hemus
  • 125
  • 2
  • 8
  • Does this answer your question? [How to get ics calendar invitation to automatically add to calendar](https://stackoverflow.com/questions/49354486/how-to-get-ics-calendar-invitation-to-automatically-add-to-calendar) – Fernanda Jun 20 '21 at 18:04

1 Answers1

1

This usually corresponds to a MIME structure issue, especially if you got it working with some clients. See Multipart email with text and calendar: Outlook doesn't recognize ics

Arnaud Quillaud
  • 4,420
  • 1
  • 12
  • 8