FullCalendar on Cloudron
-
FullCalendar is a beautiful, JavaScript calendar released under the MIT licence.
https://fullcalendar.io/
https://github.com/fullcalendar/fullcalendar
Demo: https://fullcalendar.io/demosI couldn't see a Docker for this. The FullCalendar team recommend using one of their bundles:
-
Hi @LoudLemur,
while fullcalendar indeed looks nice, it is not a full calendar solution, but only the UI for it. So if you're programming a tool that can display a caldav calendar, then you could use fullcalendar for he display part.
-
There is a feature request on FullCalendar for support on Cloudron. If you would like to see this happen, you can up-thumb there:
https://github.com/fullcalendar/fullcalendar/issues/7001
You can see all feature requests, including one for CalDav support here:
-
Because this app is installed with npm, it should be fairly easy to package. There could be problems though because they have a premium (payed) package you need to install and initialize and it differs from the main package.
#7001 should be about having a docker image in the first place and not just about Cloudron.
-
@subven I think the premium package might not need to be installed in addition to the standard version. Also, there is an indefinitely extendible trial period for the premium version, if you are testing it.
It is good to know that NPM is conducive to Cloudron packaging.