Are you using v4 or v5?
This page is on a site that uses v4: https://www.phoenixuu.org/connect/calendar/
Here’s the config:
{
“header”: {
“left”: “prev,next today”,
“center”: “title”,
“right”: “listWeek,dayGridMonth”
},
“defaultView”: “listWeek”,
“titleFormat”: {
“month”: “long”,
“year”: “numeric”,
“day”: “numeric”
},
“eventTimeFormat”: {
“hour”: “numeric”,
“minute”: “2-digit”,
“omitZeroMinute”: true,
“meridiem”: “short”
},
“displayEventEnd”: false,
“listDayFormat”: {
“weekday”: “long”,
“day”: “numeric”,
“month”: “long”
}
}
This page is on a dev site where I’m trying to get v5 configured correctly (you can see I’m a long way from success): https://new.phoenixuu.org/connect/calendar/
Here’s the config:
{
“header”: {
“left”: “prev,next today”,
“center”: “title”,
“right”: “dayGridMonth,timeGridWeek,listWeek”
},
“initialView”: “listWeek”
}