Sorry for the late reply - missed your post
Following is my calendar config in config.sys
module: 'calendar',
position: 'top_right',
header: 'CALENDAR',
config: {
maximumEntries: 21,
maxTitleLength: 25,
fade: false,
displaySymbol: false,
timeFormat: 'relative',
nextDaysRelative: true,
dateFormat: 'ddd MMM DD HH:mm',
fullDayEventDateFormat: 'ddd MMM DD',
calendars: [
{
symbol: 'home',
url: 'webcal://p49-caldav.icloud.com/published/2/abcdefghijkl......mnopqrs',
maximumEntries: 19
},
Hope that helps