snippetbashTip
calcurse — A text-based calendar and scheduling application. More information: <https://github.com/lfos/calcurs
Viewed 0 times
calcursecommandcalendartextandschedulingclibased
linux
Problem
How to use the
calcurse command: A text-based calendar and scheduling application. More information: <https://github.com/lfos/calcurse/blob/pu/doc/calcurse.1.txt>.Solution
calcurse — A text-based calendar and scheduling application. More information: <https://github.com/lfos/calcurse/blob/pu/doc/calcurse.1.txt>.Start
calcurse on interactive mode:calcursePrint the appointments and events for the current day and exit:
calcurse {{[-a|--appointment]}}Remove all local calcurse items and import remote objects:
calcurse-caldav --init=keep-remoteRemove all remote objects and push local calcurse items:
calcurse-caldav --init=keep-localCopy local objects to the CalDAV server and vice versa:
calcurse-caldav --init=two-wayCode Snippets
Start `calcurse` on interactive mode
calcursePrint the appointments and events for the current day and exit
calcurse {{[-a|--appointment]}}Remove all local calcurse items and import remote objects
calcurse-caldav --init=keep-remoteRemove all remote objects and push local calcurse items
calcurse-caldav --init=keep-localCopy local objects to the CalDAV server and vice versa
calcurse-caldav --init=two-wayContext
tldr-pages: linux/calcurse
Revisions (0)
No revisions yet.