Thanks to @PeskyPotato, #icalendar now has its first #tutorial!
🎉
Learn about how to create a #calendar #event, invite attendees and save it in an #ics file here:
https://icalendar.readthedocs.io/en/latest/tutorials/create-event-with-attendees.html
Thanks to @PeskyPotato, #icalendar now has its first #tutorial!
🎉
Learn about how to create a #calendar #event, invite attendees and save it in an #ics file here:
https://icalendar.readthedocs.io/en/latest/tutorials/create-event-with-attendees.html
A major #update to #icalendar for #Python has been released!
Read about new features, ease of use and improved #compatibility in our announcement: https://github.com/collective/icalendar/discussions/1229
We thank @nlnet for their #funding to make so much work possible!
#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
We integrated support for 👫#relationships between 📅 #calendar components into 🐍 #Python's #icalendar #package - 📑 #rfc9253.
Are you using this #standard functionality? Please help us with a #documentation #example! We would love to hear your feedback, too.
📖 https://icalendar.readthedocs.io/en/latest/reference/design.html
Since release: v7.0.0a2.
Do you use #JSON and #calendars?
🐍 #Python's 📆 #icalendar package can read and write #jCal files now:
📖 https://icalendar.readthedocs.io/en/latest/how-to/jcal.html
If you are using #jCal already, please give us a review and examples for the current alpha release v7.0.0a2.
Do you have on #online #calendar? This video sets you up: Get the #icalendar #events with #Python and show what's going on.
Create an #icalendar event and share it?
This video explains what is required to create a valid event that can be imported into a #calendar application like #thunderbird.
How to open #icalendar #ics files in #Python? This short video prints all events in the #calendar file.
What is #icalendar and inside #ics files? This is a start a video series on #icalendar and how to use it in the #Python programming language.