Add annual holidays to NetWorkingDays()

In formula NetWorkingDays(), there is an optional argument holidays to add a list of the dates of holidays.

But the problem is that because it is the list of dates, I should specify the year for each date.

How can I add annual holidays like Christmas (12/25/-) to holidays argument?

Dear @ailuropoda,

It not possible to add a holiday without the “year”, as it’s a requirement to have a complete date mm/dd/yyyy.

:bulb:
You might consider to add buttons and automation to generate for such events automatically new events for the next year. (with a checkbox you can mark such annual events)