Locale pt-br adds dot to weekdays
When using locale: 'pt-br'
it adds a “.” dot to all weekdays and make them also lowercase, I’ve imported the pt-br.global.js file but there is no reference for weekday or month. Any way to fix that?
reverse axes on year view – full calendar
do you think it is possible to invert the date axis with that of the resources ?
Getting TypeError: cannot use ‘in’ operator to search for “display” in “{” when passing event data to fullcalendar from eventSources link
Using the following snippet in my javascript:
Repeat fullcalendar event yearly (for those without programming experience)
I want to repeat events like birthday and holidays yearly in the Full Calendar plugin in Obsidian.
Show day header in timeline fullcalendar
is there a way to show the day in the header of the resource timeline using https://fullcalendar.io/.
For example for a week display i can see the days (image below) :
enter image description here
Apply minimum time on first day of my resource timeline only
is there a way to apply something similar to slotMinTime (which determines the first time slot displayed for each day), but only at the beginning of my timeline? For example, if I have a 3-day resource timeline view and set the start time to 07:00, I want my resource timeline to start from 07:00 on the first day and extend to the third day, including all other times.