2 messages in com.googlegroups.google-calendar-help-dataapiAttendees and Invitation E-mails
FromSent OnAttachments
Matt (GooSync)29 May 2007 08:16 
Matt (GooSync)29 May 2007 08:18 
Subject:Attendees and Invitation E-mails
From:Matt (GooSync) (matt@toffa.com)
Date:05/29/2007 08:16:28 AM
List:com.googlegroups.google-calendar-help-dataapi

Hi All

Just wanted to check a couple of things.

1. why when adding attendees though the API as accepted are they now appearing in Google Calendar as "waiting for reply". Code below is used to add attendees through API. They were added as accepted before.

Who person = new Who(); person.ValueString = attendee.Name; person.Email = attendee.Email; person.Attendee_Status = iAccpted; person.Rel = Who.RelType.EVENT_ATTENDEE; feedEntry.Participants.Add(person);

2. In what case would an event added through the API send out e-mails to the listed attendess?? I have a user who is complaining all there attendees of the appointments they added to Google Calendar are getting e-mails.

I know about the gCal:sendEventNotifications ExtensionElement although I'm not currently setting that. Does it default to true or false?

Kind Regards,

Matt www.GooSync.com