I’m using nextcloud, so also as a central point for appointments and have integrated it successfully in HA.
It would be very nice to have 2 additional things:
-
Reminders
I have searched for hours here in the forum but couldn’t find anything useful so I wonder if it possible to have the reminders in HA that are stored with the appointments. -
Event titles/subjects
With the entity-filter, the name of the calendar is displayed instead of the title/subject.
I succeeded to create a template to retrieve it but how do I fit this in the card?
yaml code:
type: entity-filter
entities:
- calendar.personal
- calender.garbage
state_filter:
- 'on'
card:
type: entities
Template:
{{ state_attr("calendar.personal", "message") }}
Anyone who can help with this please?
TIA