google calendar java api
Posted
by tommaso
on Stack Overflow
See other posts from Stack Overflow
or by tommaso
Published on 2009-12-18T14:34:27Z
Indexed on
2010/04/09
13:53 UTC
Read the original article
Hit count: 145
google-api
|java
Hello,
I have an object of CalendarEntry
I know that http://www.google.com/calendar/feeds/[email protected]/allcalendars/full is the feed url of all calendars
but how I can get this feed url from CalendarEntry instance?
Because I wanna post a new entry in a specified calendar and I need this url.
Thanks!
© Stack Overflow or respective owner