Poking around in the code shed light on the solution.  I guess there
is no  better documentation than the code itself.

Setting the auth_token in the calendar service through the provided
API call was the solution.  In the above code fragment, the second
line should be replaced with call to <b>SetAuthSubToken</b> method of
calendar service:

    calendar_service = CalendarService()
    <b>calendar_service.SetAuthSubToken(authsub_token)</b>
    now = datetime.now(western)
    dt = datetime.now(western) + timedelta(hours=tmdelta*24)
    query = CalendarEventQuery('default', 'private', 'full')

Alison

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