pikim / grav-plugin-events

This plugin provides Calendar Events for Grav CMS
MIT License
13 stars 11 forks source link

Can not read ICS file #17

Closed ironbrunet closed 1 year ago

ironbrunet commented 3 years ago

Have added the ics file to the ical folder but cannot seem to read the file - any help appreciated

sherpadawan commented 3 years ago

the fullcalendar plugin sherpadawan/grav-plugin-fullcalendar or the original repo in branch fc5 supports ics remote or locla ics import. But it does not import it as event. Some merging work between those two plugins would be interesting to do.

pikim commented 3 years ago

The ics file must reside anywhere else and you have to provide a path to it.

The plugin will parse the ics file and store the found events in the ical folder. Any content herein will be overwritten.

sherpadawan commented 3 years ago

I think it is easier to provide ics files as uploaded files on page backoffice editor. As a server side dir is accessible anyway which may be sync with something else. esaier to manage shortcodes, and other way of using ics files programmatically in the UI.

pikim commented 1 year ago

Is this still an issue? It works on my setup.

pikim commented 1 year ago

I just extended the readme accordingly and added an example screenshot.