FullCalendar on Cloudron
-
wrote on Oct 15, 2022, 6:22 PM last edited by LoudLemur Oct 15, 2022, 8:40 PM
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:
-
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:
https://fullcalendar.io/docs/initialize-globals
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.
-
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:
https://fullcalendar.io/docs/initialize-globals
wrote on Oct 16, 2022, 1:36 PM last edited by LoudLemur Oct 16, 2022, 1:37 PMThere 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:
-
wrote on Oct 16, 2022, 2:00 PM last edited by
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.
-
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.
wrote on Oct 16, 2022, 8:20 PM last edited by@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.