Hi Ben, The embeddable calendar isn't supported by the Google data API so you can't send a request with an authentication token to get it. Also, there's no way to programmatically retrieve the magic cookie.
FWIW, if the user is logged into their Google account, you don't need the 'pvttk' parameter so you could use a URL like this: http://www.google.com/calendar/embed?src=user%40gmail.com Sorry I couldn't be more help, Lane On Jul 28, 5:20 pm, bjshell <[EMAIL PROTECTED]> wrote: > I'm developing a web application that accesses Google Calendar with > PHP and the Zend framework but there's something I can't figure out: > > I want to embed calendars into the application using iframes, but I > can't find a way using the API to get either the magic cookie/private > key OR the embed feed directly. > > Without the API I can use a URL like > this:http://www.google.com/calendar/embed?src=user%40gmail.com&pvttk=magic... > > I'm authenticating users with Zend_Gdata_ClientLogin and storing the > usernames/password (it's for an internal site only) so I really don't > want users to have to leave the application and go find their magic > cookie before they can see their calendars in my application. > > Thanks for any ideas, > > Ben --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---