kos
kos

Reputation: 1387

How can I get iCal url using Google calendar api

I am successfully able to read/write calendar and events using Google Calendar API. I would like to get an actual private URL to the calendar in the same code. How can I do this?

Edit: I suspect all I need is obtain magicCookie through API, but I do not see that this is possible can anyone confirm if it is or it is not?

Upvotes: 3

Views: 1273

Answers (1)

luc
luc

Reputation: 3782

Retrieving of magic cookies through the API is not possible.

Upvotes: 2

Related Questions