2020-10-01 12:04:16 +01:00
|
|
|
# khal
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> A text-based calendar and scheduling application for the command-line.
|
2020-10-01 12:04:16 +01:00
|
|
|
> More information: <https://lostpackets.de/khal>.
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start Khal on interactive mode:
|
2020-10-01 12:04:16 +01:00
|
|
|
|
|
|
|
`ikhal`
|
|
|
|
|
|
|
|
- Print all events scheduled in personal calendar for the next seven days:
|
|
|
|
|
|
|
|
`khal list -a {{personal}} {{today}} {{7d}}`
|
|
|
|
|
|
|
|
- Print all events scheduled not in personal calendar for tomorrow at 10:00:
|
|
|
|
|
|
|
|
`khal at -d {{personal}} {{tomorrow}} {{10:00}}`
|
|
|
|
|
|
|
|
- Print a calendar with a list of events for the next three months:
|
|
|
|
|
|
|
|
`khal calendar`
|
|
|
|
|
|
|
|
- Add new event to personal calendar:
|
|
|
|
|
|
|
|
`khal new -a {{personal}} {{2020-09-08}} {{18:00}} {{18:30}} "{{Dentist appointment}}"`
|