From eeb7035c023dc9f7f98e72843c5f962974064639 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Wed, 16 Oct 2024 12:40:32 +0100 Subject: [PATCH] Update related projects --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6f41d048..d68a19cc 100644 --- a/README.rst +++ b/README.rst @@ -175,8 +175,9 @@ Related projects ================ * `icalevents `_. It is built on top of icalendar and allows you to query iCal files and get the events happening on specific dates. It manages recurrent events as well. -* `recurring-ical-events `_. Library to query an ``ICalendar`` object for events happening at a certain date or within a certain time. -* `x-wr-timezone `_. Library to make ``ICalendar`` objects and files using the non-standard ``X-WR-TIMEZONE`` compliant with the standard (:rfc:`5545`). +* `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 `_. 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 `_. Command line tool to query iCalendar files for occurrences of events and other components. Further Reading ===============