ah, a thread dedicated to my fullcalendar plugin ... 😃
and yes, the problem already seems to be solved, as @pamtbaau explained in brief how the plugin works.
I just want to add 2 hints:
@counterpoint : if your calendar source is a public google calendar, you can also use that directly, you only need to figure out the correct absolute URL to the ics representation, see this article and use that in the shortcode.
this way, your grav calendar page will always be up-to-date with your calendar source, no need to constantly export that !
and, yes , it might be not so clear why there is an Option useCustomPageTemplate - as already explained, if set to true, the plugin will be activated on all pages, and, as it loads quite a lot of js/css stuff, will affect the page speed ranking of your whole grav site.
so, the recommendation is to just use the page template provided by the plugin (or a modified copy in your theme folder) so it will only be activated on your calendar page.
maybe I should also add a screenshot that shows the selection of a page template in the plugin's README ? (I assumed this is a standard procedure well known by grav users, so far).