[google-appengine] Re: Calendar Problem

2009-04-08 Thread Jeff S
When you call run_on_appengine, the gdata python library assumes that you will be using AuthSub or OAuth, and there are a couple of extra parameters I recommend using when you are using ClientLogin (aka ProgrammaticLogin). This is explained in the appendix at the end of this article: http://code.

[google-appengine] Re: Calendar Problem

2009-04-08 Thread c4mden
Thank you, your solution worked perfectly! On Apr 8, 12:33 pm, Jeff S wrote: > When you call run_on_appengine, the gdata python library assumes that > you will be using AuthSub or OAuth, and there are a couple of extra > parameters I recommend using when you are using ClientLogin (aka > Programm