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.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://calcurse.org>.
|
2019-05-24 17:32:45 -03:00
|
|
|
|
|
|
|
- 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`
|