#HappyNewYear to all #rfc5545 lovers! 📆

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//collective//icalendar//7.0.0a4.dev129//EN
BEGIN:VEVENT
SUMMARY:Happy New Year!
DTSTART;VALUE=DATE:20260101
DTSTAMP:20251231T164025Z
UID:a4e46e31-ac8a-4ab5-b76f-7c81d0a9bbbc
COLOR:#ffffff
END:VEVENT
END:VCALENDAR

Also with a snowy #rfc7986 COLOR!

Python Code: https://github.com/collective/icalendar/issues/1065

#icalendar #ics #ical #calendar #standard

Add subcomponents in new() · Issue #1065 · collective/icalendar

I just wanted to create a new calendar with a Happy New Year. >>> from icalendar import Calendar, Event >>> from datetime import date >>> happy_new_year = Event.new(summary="Happy New Year!", color...

GitHub