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). Select "Settings and sharing". Scroll down the page and tick the box to "Make available to public". Now scroll to the bottom of that screen and find the "Public address in ical format". Copy that url. 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.