1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 18:45:59 +02:00

khal: add page (#4386)

This commit is contained in:
Raffaele Mignone 2020-10-01 13:04:16 +02:00 committed by GitHub
parent b8b451e0fc
commit 94326fe326
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/common/khal.md Normal file
View file

@ -0,0 +1,24 @@
# khal
> A text-based calendar and scheduling application for the command line.
> 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}}"`