Well, if you think about the magicCookie authentication, that's true. You cannot get the magicCookie ( http://code.google.com/intl/hu-HU/apis/calendar/docs/2.0/developers_guide_protocol.html#AuthMagicCookie) , but you can get the private feed with other authentication (e.g one feed: http://code.google.com/intl/hu-HU/apis/calendar/docs/2.0/developers_guide_protocol.html#RetrievingDateRange) like ClientLogin.
But, you are right, the using of 'private link' expression a little bit confusing (can mean a private feed like http://www.google.com/calendar/feeds/default/private/full or the magicCookie authenticated feed). To sum up, yes, you cannot find out neither the magicCookie authenticated private feed nor the magicCookie itself via the API, but you can get access to the same feed using ClientLogin or AuthSub. Cipka On Aug 11, 5:07 pm, Ray Baxter <[email protected]> wrote: > 2009/8/11 Cipka <[email protected]> > > > > > Try thehttp://www.google.com/calendar/feeds/default/allcalendars/full > > feed with HTTP GET request (or use one of the client libraries). You > > have to authenticate somehow (ClientLogin, AuthSub) > > > > Can anybody tell me, how can i get private link to my calendar by > > > GData API? > > The allcalendars feed does not contain the private link to a calendar. > > Ray --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
