Meeting Invitations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2012 08:51 AM
I have been trying to implement sending out Meeting Invitations to Outlook or Google calendars. So far I have been able to get is set up to send out an email with a 'not supported calendar message.ics' file attachment that doesn't work and I am not sure what I am doing wrong. This is the code I have in the Email Template (I got it from ICalendar article on http://en.wikipedia.org/wiki/ICalendar):
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Service-now.com//Outlook 11.0
BEGIN:VEVENT
UID:masha@byu.edu
DTSTAMP:19970714T170000Z
ORGANIZER;CN=John Doe:MAILTO:john.doe@example.com
DTSTART:19970714T170000Z
DTEND:19970715T035959Z
SUMMARY:Bastille Day Party
END:VEVENT
END:VCALENDAR
END:VEVENT
END:VCALENDAR
And my Email Notification is the same as regular email and the type of Meeting Invitation.
Am I missing a plug in? There is not much documentation so any help will be greatly appreciated.
Thank you.
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2012 08:43 AM
We had company header and footer added to each outgoing email and they were messing up the invite since iCalendar message has to start and end with BEGIN:VCALENDAR/END:VCALENDAR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2013 11:02 AM
I have the same prob too.. Could u pls explain me hw did u resolve this with example if possible

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2013 11:18 AM
Check your outgoing email (Email Log) to see how it is formatted. It has to start/end with BEGIN:VCALENDAR/END:VCALENDAR. Post your outgoing message and maybe I can help you then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2013 11:30 AM
Here is the Message i send
BEGIN:VCALENDAR
PRODID:-//Service-now.com//Outlook 11.0
MIMEDIR//EN
VERSION:2.0
METHOD:REQUEST
BEGIN:VEVENT
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:
ORGANIZER:MAILTO::
DTSTART:20130814T170000Z
DTEND:20130814T173000Z
TRANSP:OPAQUE
SEQUENCE:3
UID:someone@example.com
DTSTAMP:20130813T170000Z
DESCRIPTION:TEST
SUMMARY:TEST
STATUS:CONFIRMED
CLASS:PUBLIC
PRIORITY:5
X-MICROSOFT-CDO-IMPORTANCE:1
END:VEVENT
END:VCALENDAR
But, in the email log i dont see anything in the Body field.. Its empty:(