Hi, To remove an attendee from an event, you will need to update the event with a PUT request to the event edit URL. You send the request with the XML entry of the event but without the <gd:who> element for that particular attendee. This will effectively remove that attendee from the list of participants. To enable email notification for the removed attendee, you have to add the sendEventNotifcations element to the event entry.
<gCal:sendEventNotifications value="true"/> Hope it helps, Austin On Tue, Apr 15, 2008 at 11:51 AM, <[EMAIL PROTECTED]> wrote: > > I'm trying to find the best way to delete an attendee through the API > (curl calls) that will have a cancellation email sent to the attendee. > I'm not deleting the event just an individual. > > Thanks, > Rick > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
