Hello!
     We are attempting to implement a piece of javascript code which creates 
a new calendar event and invites an attendee. I am using the following code 
to turn the notifications on:

myEntry.setSendEventNotifications( true );

      The event is created on the user's calendar, the event is also added 
to the attendee's calendar. However, they do not receive any notification 
email about the event. I am unsure as to what else I can do in order to get 
an invitation email sent out. Please advise.

      I am using insertEntry() to add the event once I have authorized the 
user.

      // Insert the new calendar event into the specified calendar
      myService.insertEntry(feedUrl, myEntry, callback, 
                handleError, google.gdata.calendar.CalendarEventEntry);      


-- 
You received this message because you are subscribed to the Google
Groups "Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://code.google.com/apis/calendar/community/forum.html

Reply via email to