Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.33 KB

ExternalCalendars.md

File metadata and controls

16 lines (13 loc) · 1.33 KB

This is a page that explains the use of external Calendars directly with the Fullcalendar Grav Plugin. Currently, it contains some hints how to use Google Calendars. Others might follow.

Google calendar example (provided by simplycomputing)

One common usage case would be to link the Fullcalendar plugin to your Google calendar. The first step is to make your Google calendar public. To do this go to settings using the three dots at the end of your calendar name (hover to make them appear). calendar1 Select "Settings and sharing". Scroll down the page and tick the box to "Make available to public". calendar2 Now scroll to the bottom of that screen and find the "Public address in ical format". Copy that url. calendar3 This address is used in the shortcode. For example:

[fullcalendar icsfile="https://calendar.google.com/calendar/ical/xxxxxxxxx%40gmail.com/public/basic.ics"][/fullcalendar]

Information from the Google calendar will now be displayed and will remain in sync with all changes.