mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 01:35:42 +02:00

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
24 lines
619 B
Markdown
24 lines
619 B
Markdown
# khal
|
|
|
|
> A text-based calendar and scheduling application.
|
|
> More information: <https://lostpackets.de/khal>.
|
|
|
|
- Start Khal on interactive mode:
|
|
|
|
`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}}"`
|