My understanding is that the calendar is shown as ‘off’ with no further attributes if there is no active event found, i.e. no ongoing calendar event at the current time.
I’m using SOGo and only single events work correctly. Recurring events or all-day events do not work.
This configuration creates a calendar.waste item that is Off when there is no item in the calendar, and On when there is. The only difference I can see is the quotes in the calendar name
As I said in the other thread, the search field is a regular expression. So if your title/description/location has some other char in it, it won’t work. search: ‘Holiday’ won’t match ‘Holidays’ nor ‘Summer Holiday’.
Try
search: '.*Holiday.*'
or
search: '.*(Holiday|Vacation).*'
Latter will match Holiday/Holidays/Summer Vacation/Vacations’ etc etc…
Yeah I was using Google calendar too up until Friday it just stopped working so thought I’d try caldav with iCloud and that doesn’t work. Not sure what’s going on with the calendars and why I can’t get anything to work all of a sudden.