📅 Calendar Add-On + some calendar designs

Recurring events will have the recurring: true attribute.

However I remember from testing with a birthday that I still needed to fix some things. I don’t remember exactly, but I think the year may be incorrect in the sensor data now if the event has been in your calendar for several years. It’s on my to-do list to investigate and fix this sometime.

hi @EdwardEnglish, sorry my memory failed me, the recurring events attribute is currently only there for google calendar events, not for events from a caldav calendar. I do plan on adding support for recurring events, but can’t say when I will find time to work on it. I did start reading up on the documenation and having a look at examples. It seems like the most complex bit here will be calculating the current applicable date of a recurring event as the data gives you the initial date and a recurrence format, not a ready made list of future dates.