[google-appengine] Calendar Problem

2009-04-08 Thread c4mden
Hello all. I'm having a basic problem using the google calendar through the app engine, and was wondering if anyone could help. I can login correctly using ProgrammaticLogin, but whenever I try to pull a calendar feed, I receive 'Authorization Required'. Could anyone explain? It seems that may

[google-appengine] Re: Calendar Problem

2009-04-08 Thread c4mden
ogin (aka > ProgrammaticLogin). This is explained in the appendix at the end of > this article: > > http://code.google.com/appengine/articles/gdata.html > > gdata.alt.appengine.run_on_appengine(client, store_tokens=False, >     single_user_mode=True) > > Happy coding, > >