On Sat, Dec 13, 2008 at 11:53 AM, [email protected] <[email protected]> wrote:
>
> Hello,
> How do you retrieve the calendar id?
> I program with Java.
>  And would like know if exists a method for retrieve calendar id for a
> specific calendar.
> Thanks for your answers.

It depends on what you mean by Calendar ID.

If you're just looking for an identifier that you can use to match
Calendars between requests, then you can just call
CalendarEntry.getId().

However, if you want to know the calendar's address as displayed in
the HTML UI, then you'll need to write a regex to extract the
calendar's address from the URL returned by getId().

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