Page 1 of 1

Calendar plugin

Posted: 2021-02-01 17:32
by SkayyHH
hi, maybe someone has a solution, how one can automatically enter public holidays in the appgini calendar?

Thanks very much!

Re: Calendar plugin

Posted: 2021-02-02 13:53
by SkayyHH
I have solved it via AppGini and simply created a new table holiday days and in this the holidays are imported.

Calendar plugin

Posted: 2021-07-24 19:36
by mdspine
Hi
How do you start the default appointment slot to 15min instead of 1 hr

Re: Calendar plugin

Posted: 2021-07-24 21:29
by SkayyHH
Sorry, i can´t help. I have only full day events.

Many greetings, Kai

Re: Calendar plugin

Posted: 2021-07-25 23:52
by Alisson
Hi,

I've started to use fullcalendar in appgini years before they created the plugin, so I don't have the plugin and don't know which version of fullcalendar it uses.

I'm using version 5.8, in this version adding this line changes the event slot time:
defaultTimedEventDuration: '00:15',
For version 3.5 use this:
slotDuration: '00:30:00',