Merge pull request #768 from collective/niccokunzmann-patch-1

Add icalendar-compatibility
pull/774/head
Nicco Kunzmann 2025-02-05 18:52:13 +00:00 zatwierdzone przez GitHub
commit a169c110e7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ Changelog
Minor changes:
- Link to related package.
- Shorten first example in documentation.
Breaking changes:

Wyświetl plik

@ -178,6 +178,7 @@ Related projects
* `recurring-ical-events <https://pypi.org/project/recurring-ical-events/>`_. Library to query an ``icalendar.Calendar`` object for events and other components happening at a certain date or within a certain time.
* `x-wr-timezone <https://pypi.org/project/x-wr-timezone/>`_. Library and command line tool to make ``icalendar.Calendar`` objects and files from Google Calendar (using the non-standard ``X-WR-TIMEZONE`` property) compliant with the standard (:rfc:`5545`).
* `ics-query <http://pypi.org/project/ics-query>`_. Command line tool to query iCalendar files for occurrences of events and other components.
* `icalendar-compatibility <https://icalendar-compatibility.readthedocs.io/en/latest/>`_ - access to event data compatible with RFC5545 and different implementations
Further Reading
===============