Search code examples
urlrssgoogle-calendar-apifeedgoogle-api-php-client

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?


Solution

  • Retrieving of magic cookies through the API is not possible.