I'm trying to add an event via the Quick syntax from the python client.
but it seems to be not behaving.
the sample even that calendarExample.py makes is not correct, and my simple
test also does not work.
It *does* make an event, but the 'quick' parsing seems not to be enabled.
I.e. I get an event 'now' with no title (but with text set to what I passed
into the Content() call).
event = gdata.calendar.data.CalendarEventEntry(calender=myCal)
event.content = atom.data.Content(text='"Tennis with John March 17
3pm-3:30pm"')
event.quick_add = gdata.calendar.data.QuickAddProperty(value='true')
new_event = self.cal_client.InsertEvent(event)
In the above code I'm also attempting to create the event on a non-default
calendar. This also isn't working, but that bit doesn't make it work/not
work.
Help ?
--
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