grav-plugin-fullcalendar
grav-plugin-fullcalendar copied to clipboard
Reads ICS Calendar File(s) and shows Events in a monthly Calendar Widget
Hi. Please see this link here. There I've shared a video which is showing the behaviour of the plugin while scrolling through the months. Events are disappering and appearing again...
In case of a recurrent event, exceptions are notre managed. I personnally did not succeed in displaying exceptions and not the event of the chain.
I noticed the plugin's proxy URL was blocked by my webserver rules. It seemed like a problematic path anyway. So replaced the proxy path to `/_cors/proxy` by default (2b46aa3) and...