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
--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---