From 9dafa0dee117b25164cb6f6425de7936f8a01c2f Mon Sep 17 00:00:00 2001 From: Fabio Bianchi <13044134+fabiobianchiwebdev@users.noreply.github.com> Date: Fri, 24 May 2019 17:32:45 -0300 Subject: [PATCH] calcurse: add page (#2995) --- pages/linux/calcurse.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/calcurse.md diff --git a/pages/linux/calcurse.md b/pages/linux/calcurse.md new file mode 100644 index 000000000..df17f5f51 --- /dev/null +++ b/pages/linux/calcurse.md @@ -0,0 +1,24 @@ +# calcurse + +> A text-based calendar and scheduling application for the command line. +> Homepage: . + +- Start calcurse on interactive mode: + +`calcurse` + +- Print the appointments and events for the current day and exit: + +`calcurse --appointment` + +- Remove all local calcurse items and import remote objects: + +`calcurse-caldav --init=keep-remote` + +- Remove all remote objects and push local calcurse items: + +`calcurse-caldav --init=keep-local` + +- Copy local objects to the CalDAV server and vice versa: + +`calcurse-caldav --init=two-way`