I am using icalender spec for generating meeting invites in my application.The files is generated as below. The issue that i am facing is
Problem:
ORGANIZER is reflecting in the invite when i open the .ics file in Outlook on windows but not on Mac.
The ORGANIZER is according to the rfc. Line No :10
Please suggest if i am missing anything.
ICS file
- BEGIN:VCALENDAR
- PRODID:MyProdId
- VERSION:2.0
- CALSCALE:GREGORIAN
- BEGIN:VEVENT
- DTSTART;TZID=Asia/Kolkata:20180108T000000
- DTEND;TZID=Asia/Kolkata:20180108T130000
- DTSTAMP;TZID=Asia/Kolkata:20180102T223906
- CREATED;TZID=Asia/Kolkata:20180102T223906
- ORGANIZER;CN=ABC XYZ:mailto:[email protected]
- CLASS:PUBLIC
- DESCRIPTION:test
- SUMMARY:My Summary
- TRANSP:OPAQUE
- BEGIN:VALARM TRIGGER:-PT60M
- ACTION:DISPLAY
- END:VALARM
- LOCATION:MyLocation
- UID:f5a89297db5b8b003d7958a8dc9619a2
- SEQUENCE:0
- END:VEVENT
- END:VCALENDAR
Thanks in advance !