sohnemann / New-Zealand-Public-Holidays

This repository contains iCal files for New Zealand Public Holidays
23 stars 3 forks source link

Add UID + DTSTAMP #6

Closed SheaSmith closed 3 months ago

SheaSmith commented 1 year ago

According to this https://icalendar.org/validator.html?url=https://raw.githubusercontent.com/sohnemann/New-Zealand-Public-Holidays/main/2022-2032-public-holidays-nz-all.ics, the DTSTAMP (the date the event was created) and the UID (a unique ID for an event) are required in order to have a valid .ics file.

I would manually add them to the .ics, but as it seems like you've got a script to generate it, so it would probably make more sense to have it there?

Could possibly be the reason for the failure in #1