khal icon indicating copy to clipboard operation
khal copied to clipboard

:calendar: CLI calendar application

Results 229 khal issues
Sort by recently updated
recently updated
newest added

When running khal under Python 3.13: ``` /src/khal/parse_datetime.py:82: DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguious and fails to parse leap day. The default...

If a user provides an absent calendar name to be filtered out with `khal list -d`, an error is raised and the call stack is thrown at the user (24...

**Describe the bug** Khal does not report a `--json=description` field on some .ics I have here (specifically a Teams .ics). I guess its a parsing problem in the following: I...

I noticed `khal` creates temporary files during the import and doesn't clean them. `os.link` (renaming from temp file to destination) raises an exception when there's already an event with the...

**Describe the bug** When setting colours for calendars, dark and light versions of 16-bit colours are identical, but the light version produces a bolded font. For example, setting a calendar's...

Adds `--format` and `--json` to list alarms. Semi-fixes #148, actual alarm implementation can be done externally.

**Describe the bug** When editing an event, Khal will crash if the EXDATE values are date only. **If applicable: Stack Trace** ```plaintext Traceback (most recent call last): File "/usr/lib/python3/dist-packages/khal/ui/__init__.py", line...

**Describe the bug** I have an event which happens every day at 11:40. I've run into a problem with rescheduling the event within a day. In the following example, I...

I’d like a calendar (containing employees’ vacations) to have a colour, for the list view, but not cause a day to be highlighted or switch to multiple on account of...