On Sat, Nov 29, 2008 at 3:40 AM, Toby <[EMAIL PROTECTED]> wrote:
> On a side note, if you want to find a calendar programmatically, the above
> URL *should* be available. The only way I've found to be able to do it, it
> to search the CalendarEntry.getLinks for an "alternative" link of type
> "application/atom+xml". Not sure if its the strictly correct way to do it,
> but it'd look like this;
>
> service.insert(new URL(calendar.getLink("alternate",
> "application/atom+xml").getHref()), ...);
>

Yes, that's the correct way to do it.

Or, like you said, you can derive it fro the information in the Calendar UI.

-- 
Trevor Johns

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