Hi. The default calendar ignores some of my settings. The maximumNumberoOfdays & MaxTitleLength, but wrapEvents ignores me. Here’s my config:
{
module: "calendar",
header: "",
fetchInterval: 18000000,
position: "top_right",
config: {
calendars: [
{
symbol: "calendar-alt",
name: "name",
maximumNumberOfDays: 8,
maxTitleLength: 5,
maximumEntries: 8,
showLocation: true,
fade: false,
fadePoint: 1,
showEnd: true,
wrapEvents: true,
url: "url.com/calendar"
auth: {
user: "me",
pass: "pass",
method: "basic",
}
},
]
}
},