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