I have a board with columns for start dates and birthdays, both including the year (e.g., January 23, 2021).
I want to display these events annually on a calendar. How can I configure these date fields to make them recurring events? If I use these fields on the calendar as is, they only show up for the year 2021. I need these events to repeat annually.
Try this. Let’s say birthday of one of Employee is 1 November 2023, Set up automation. When Date arrives after one day push that date which is (1 November 2023) by 365 Days.
Definitely don’t do this! Sorry Rehan, but this will cause problems in leap years. Instead of 365 days, you can use 12 months, which will be much more reliable.