Files
cheatsheet-tldr/tldr/linux/calcurse
2025-12-04 00:21:33 +00:00

30 lines
684 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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:
`calcurse`
- Print 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-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`