kban
kban

Reputation: 150

.ics file isn't displayed as Calendar event in Outlook

I've created a .ics file using iCal .Net. Now i'm trying to send it.

When i'm sending it from my Outlook account to another outlook account, it's displayed as an email with attachment (not as a calendar event).

From outlook to outlook

However when i'm sending this file from my outlook account to an gmail email address and open it in gmail i see the calendar event.

Gmail calendar event

Also when i'm sending this file from gmail to outlook the file is displayed as calendar event too.

Calendar event from gmail to outlook

What could be the reason? Why .ics file which is sent from outlook to outlook is not shown as calendar event?

Upvotes: 7

Views: 3791

Answers (1)

Chirag Sutariya
Chirag Sutariya

Reputation: 362

while creating event set attachment type = "text/calendar; method=REQUEST"

While cancelling event set attachment type = "text/calendar; method=CANCEL"

Upvotes: 0

Related Questions