On Thu, Dec 4, 2008 at 6:17 AM, Gabriel <[email protected]> wrote:
>
> When I create and event and add some participants to it, they don't
> receive the invitation.
>
> Is there a way to do this?
>
> btw, I'm using the python API.
>
> Regards.

There is a gCal:sendEventNotifications XML element, which you'll need to set:

    http://code.google.com/apis/calendar/faq.html#set_notification

To do so in the Python client:

    event_entry.send_event_notifications = SendEventNotifications(value="true")

Where event_entry is your event.

-- 
Trevor Johns

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to