Each calendar has an alternate link of type 'text/html'. It's exactly what
you want.
>From what I can see, this link is also computable:

http://www.google.com/calendar/embed?src=CALENDAR_ID
If you know the CALENDAR_ID, available through the UI, then you won't need
to authenticate.

By the way, events also have alternate links of type 'text/html'. Here's an
example:

    <link rel='alternate' type='text/html' href='
http://www.google.com/calendar/event?eid=YmliN3E4b2c2azBzaXFycWJ0OGZpZHM1YzAgY2FsZW5kYXIubWF2ZW5AbQ
'
    title='alternate' />

Ray

On Mon, Aug 17, 2009 at 5:34 PM, mcjustin <[email protected]> wrote:

>
> Does the API have a way to retrieve something like the "embeddable"
> calendar, ready for presentation?
> My situation:
> I am using the Zend PHP API.
> I want to store the auth credentials in my code (that is, not prompt
> users for it), so I will be using the "Zend_Gdata_ClientLogin" for
> auth.
> I really only need to read (and not update) the calendars.
>
> Thanks!
> Justin
>
> >
>

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