2025-03-14 21:59:59 -06:00
|
|
|
# calcurse
|
|
|
|
|
|
|
|
|
|
> A text-based calendar and scheduling application for the command-line.
|
2025-07-24 22:27:13 -06:00
|
|
|
> More information: <https://github.com/lfos/calcurse/blob/pu/doc/calcurse.1.txt>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start `calcurse` on interactive mode:
|
|
|
|
|
|
|
|
|
|
`calcurse`
|
|
|
|
|
|
|
|
|
|
- Print the appointments and events for the current day and exit:
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
`calcurse {{[-a|--appointment]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|