If you know how to query for a calendar, the embed url is simply related. A calendar url looks like http://www.google.com/calendar/feeds/userID/private-magicCookie/full where userID and magicCookie are unique to each calendar.
An embed url looks like http://www.google.com/calendar/embed?src=userID&displayParameters. The complete src includes the domain. For your example, this would be 1424cg4abv4c2ta128mcq74c20%40group.calendar.google.com. Google doesn't use the term displayParameters but that is what they are in your example. There may be other parameters in an embed url that aren't related to display, I haven't checked. (Can you filter the events in an embedded calendar?) In any case the displayParameters are optional. In your example they are: title=Test&height=600&wkst=1&bgcolor=%23FFFFFF&color=%23B1365F&ctz=America%2FPhoenix. Also, the entire embed link, without displayParameters, for the calendar is present in the alternate link for the calendar. Look for something like: <link rel='alternate' type='text/html' http://www.google.com/calendar/embed?src=1424cg4abv4c2ta128mcq74c20%40group.calendar.google.com /> Ray On Tue, Mar 25, 2008 at 12:01 PM, uop <[EMAIL PROTECTED]> wrote: > > The embeddable calendar helper tool generates a url like: > > > http://www.google.com/calendar/embed?title=Test&height=600&wkst=1&bgcolor=%23FFFFFF&src=1424cg4abv4c2ta128mcq74c20%40group.calendar.google.com&color=%23B1365F&ctz=America%2FPhoenix > > Is there a way to programmatically query the 'src' part? > src=1424cg4abv4c2ta128mcq74c20 > > Thanks > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
