hi there, I am canceling an event using the Delete method:
client.Delete(event) I want to notify guests that it was canceled, is it possible for the API to do that for me the same way it sends invites when creating an event? I tried with: event.send_event_notifications = gdata.calendar.data.SendEventNotificationsProperty(value='true') client.Delete(event) But it didn't work... Thanks!! M -- 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
