1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/linux/calcurse.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

24 lines
563 B
Markdown

# calcurse
> A text-based calendar and scheduling application for the command-line.
> More information: <https://calcurse.org>.
- 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`