snippetbashTip
khal — A text-based calendar and scheduling application. More information: <https://lostpackets.de/khal/>.
Viewed 0 times
commandcalendartextandschedulingclikhalbased
Problem
How to use the
khal command: A text-based calendar and scheduling application. More information: <https://lostpackets.de/khal/>.Solution
khal — A text-based calendar and scheduling application. More information: <https://lostpackets.de/khal/>.Start Khal in interactive mode:
khal interactivePrint 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 calendarAdd new event to personal calendar:
khal new -a {{personal}} {{2020-09-08}} {{18:00}} {{18:30}} "{{Dentist appointment}}"Code Snippets
Start Khal in interactive mode
khal interactivePrint 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 calendarAdd new event to personal calendar
khal new -a {{personal}} {{2020-09-08}} {{18:00}} {{18:30}} "{{Dentist appointment}}"Context
tldr-pages: common/khal
Revisions (0)
No revisions yet.