How can I set Invitee in Google Calendar through Python?
- by Dhaval dave
I am Setting Google Calendar via python command like this
def _InsertQuickAddEvent(self,
content="Tennis with dddddd on 5/19/2010 4am-5:30am"):
"""Creates an event with the quick_add property set to true so the content
is processed as quick add content instead of as an event description."""
event = gdata.calendar.CalendarEventEntry()
who =…