Just to add, since posting, I solved this myself. It seems that the documentation is out of date. Instead of this line: calendar_service.auth_token = authsub_token One should put: calendar_service.SetAuthSubToken(authsub_token)
Then one must make sure to call UpgradeToSessionToken immediately-- even getting the token info seems to 'use up' the single use token. --~--~---------~--~----~------------~-------~--~----~ 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 google-calendar-help-dataapi@googlegroups.com To unsubscribe from this group, send email to google-calendar-help-dataapi+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---