I have CSV contacts list exported from Google Contacts with user names and date of birthdays and anniversaries.
Do you mean if is possible to read this file and match dates with current date and name column with my Nameday calendar?
You don’t have them in the calendar so that you can use calendar feature?
Partially yes, but I still need to get list of names from contacts and compare them with current name from calendar.
I would probably convert it to a JSON where the date is the key and name is the value.
Then add it to a sensor and use a template to return the name on the day of a birthday.
1 Like