2019-05-24 17:32:45 -03:00
|
|
|
# calcurse
|
|
|
|
|
2021-05-20 16:13:41 -04:00
|
|
|
> A text-based calendar and scheduling application for the command-line.
|
2025-06-28 12:46:55 +03:00
|
|
|
> More information: <https://github.com/lfos/calcurse/blob/pu/doc/calcurse.1.txt>.
|
2019-05-24 17:32:45 -03:00
|
|
|
|
2023-06-27 14:57:35 -07:00
|
|
|
- Start `calcurse` on interactive mode:
|
2019-05-24 17:32:45 -03:00
|
|
|
|
|
|
|
`calcurse`
|
|
|
|
|
|
|
|
- Print the appointments and events for the current day and exit:
|
|
|
|
|
2025-06-28 12:46:55 +03:00
|
|
|
`calcurse {{[-a|--appointment]}}`
|
2019-05-24 17:32:45 -03: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`
|