From eedb72d25a5efedf6fbe332c4502cc12efcb6f9e Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Mon, 30 Sep 2024 20:06:54 +0100 Subject: [PATCH 1/3] add ics-query to related projects --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 17646ba..79650a7 100644 --- a/README.rst +++ b/README.rst @@ -762,6 +762,7 @@ Related Projects - `Open Web Calendar `_ - a web calendar to embed into websites which uses this library - `icspy `_ - to create your own calendar events - `pyICSParser `_ - parse icalendar files and return event times (`GitHub `__) +- `ics-query `_. is a **command line** impementation of ``recurring-ical-events`` Media ----- From 1acc9099fde7eba4c3702e63abfeb0b58863ca18 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Mon, 30 Sep 2024 20:25:27 +0100 Subject: [PATCH 2/3] correct duplicate link --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 79650a7..25f1ba5 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ On Debian/Ubuntu, you use the package manager to install `python-recurring-ical- sudo apt-get install python-recurring-ical-events If you would like to use this functionality on the command line or in the shell, you can use -`ics-query `_. +`ics-query`_. Support ------- @@ -762,7 +762,9 @@ Related Projects - `Open Web Calendar `_ - a web calendar to embed into websites which uses this library - `icspy `_ - to create your own calendar events - `pyICSParser `_ - parse icalendar files and return event times (`GitHub `__) -- `ics-query `_. is a **command line** impementation of ``recurring-ical-events`` +- `ics-query`_. is a **command line** impementation of ``recurring-ical-events`` + +.. _`ics-query`: https://github.com/niccokunzmann/ics-query#readme Media ----- From df79ca7cc6d6e46976a4401d9113042b2e5e6861 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Mon, 30 Sep 2024 20:26:10 +0100 Subject: [PATCH 3/3] better reference --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 25f1ba5..b33251a 100644 --- a/README.rst +++ b/README.rst @@ -762,7 +762,7 @@ Related Projects - `Open Web Calendar `_ - a web calendar to embed into websites which uses this library - `icspy `_ - to create your own calendar events - `pyICSParser `_ - parse icalendar files and return event times (`GitHub `__) -- `ics-query`_. is a **command line** impementation of ``recurring-ical-events`` +- `ics-query`_ - a **command line** impementation of ``recurring-ical-events`` .. _`ics-query`: https://github.com/niccokunzmann/ics-query#readme