2019-05-24 21:32:45 +01:00
|
|
|
# calcurse
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> A text-based calendar and scheduling application for the command-line.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://calcurse.org>.
|
2019-05-24 21:32:45 +01:00
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `calcurse` on interactive mode:
|
2019-05-24 21:32:45 +01:00
|
|
|
|
|
|
|
`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`
|