On Tue, Mar 10, 2009 at 11:52 AM, Ian Fette <[email protected]> wrote:
> event = gdata.calendar.CalendarEventEntry()
>  event.title = 'Build Sheriffs: %s, %s' % (sheriff1_name,
> sheriff2_name)
>  event.description = 'Build sheriffs for the Chrome tree'

To start, this is wrong. You need to supply an atom.Title object for
event.title, and you should be using event.content instead of
description (which also takes an atom.Content object).

See the example here:
http://code.google.com/apis/calendar/docs/1.0/developers_guide_python.html#CreatingEvents

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