Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add WebCal/iCalendar to Google Calendar by a direct link

You can add a calendar hosted on Google to your Google Calendar account by a direct link (for example as on Holidays in Australia - the button in the bottom left corner - if you click on it, the calendar will be added to your account).
I have a webcal calendar on my site and I want to add a button like in the example which points to my calendar.
How can I do that?

like image 689
Vasily Avatar asked Jan 12 '15 14:01

Vasily


1 Answers

You can do this with this link:

https://www.google.com/calendar/render?cid=

With after the = symbol the link to your ICS file. For example:

https://www.google.com/calendar/render?cid=http://www.example.com/calendar.ics
like image 99
user4555550 Avatar answered Sep 22 '22 15:09

user4555550