From 9bd4017ec7338f01d1feed7a45aff790975f3be1 Mon Sep 17 00:00:00 2001 From: Roman Date: Sun, 19 Feb 2023 13:57:04 +0900 Subject: [PATCH] Updating readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94f5b47..7570e6a 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,16 @@ Modern TUI calendar and task manager with customizable interface. Manages your e ## Dependencies - python 3 -- `holidays` and `jdatetime` python libraries. Install by `pip install holidays jdatetime`. +- `holidays`, `jdatetime`, and 'ics' python libraries. Install by `pip install holidays jdatetime ics`. ## Usage Run `calcure` in your terminal. You may need to restart your terminal after the install. +### Syncing with cloud calendars + +Calcure can display in read-only mode events and tasks from Nextcloud, Google, and other calendars. See this [wiki page](https://github.com/anufrievroman/calcure/wiki/Syncing-.ics-files-from-clouds) for examples. + ### User arguments Calcure supports automations and can be started in special mods using various user arguments. Please refer [to this wiki page](https://github.com/anufrievroman/calcure/wiki/User-arguments) for the list of options.