khal icon indicating copy to clipboard operation
khal copied to clipboard

:calendar: CLI calendar application

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

``` khal, version 0.10.5 khal new tuesday 14:30 150 -r weekly "text" Traceback (most recent call last): File "/home/mono/.local/bin/khal", line 8, in sys.exit(main_khal()) File "/usr/lib/python3.10/site-packages/click/core.py", line 1130, in __call__ return...

When I try to navigate down past the start/end datetimes I get this: ```python Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/khal/ui/__init__.py", line 1365, in start_pane loop.run() File "/usr/lib/python3.10/site-packages/urwid/main_loop.py", line 287,...

type: bug
needs info

Make `test_etag_sync` more reliable with filesystems that only have millisecond-accuracy

I have two repeating events and I want to delete a single occurance for both of them on a certain day. I mark the two of them for deletion (shows...

I was trying to get as close to gruvbox coloring as possible. So I started by copying the dark theme in ui/colors.py first and adapted everything to my needs. This...

If the highlight is applied to the foreground, the days 1-9 can only show one color. At the moment the displayed color seems to be randomly chosen on startup (both...

**Describe the bug** When pressing 'e' on an existing event in ikhal, the application crashes. **If applicable: Stack Trace** ``` Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/khal/ui/__init__.py", line 1363, in...

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.7.0...v1.11.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.6.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.5...v0.6.2) - [github.com/netromdk/vermin: v1.5.2 → v1.6.0](https://github.com/netromdk/vermin/compare/v1.5.2...v1.6.0)

**Describe the bug** Ikhal crashes when searching for events **If applicable: Stack Trace** ❯ ikhal Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/khal/ui/__init__.py", line 1363, in start_pane loop.run() File "/usr/lib/python3.11/site-packages/urwid/event_loop/main_loop.py", line...