Martin Stone

Results 127 comments of Martin Stone

> In my opinion`khal` should not display the current day event when you do `khal list` even without `now`> Here is the code: I disagree with this part. It's in...

[This](https://github.com/d7415/khal/commit/040b9a5618761f72e199879ed7771ce7563498ff) might help with debugging.

I also think it's important to consider normal `khal` when changing the UI - I don't think they should diverge any more than necessary.

> The defacto language for that is SQL. Implementing an SQL interpreter (especially if you want to keep the option of simple searching) is not simple. > say, someone have...

Hi. That error message means that it is failing to import vdirsyncer as a python module. For it to work, vdirsyncer must be installed in khal's environment. You don't need...

While we should probably do something on the khal side too, have you also reported to this to Kopano?

It's probably worth pointing out that they're not standards compliant. Especially if you're a paying customer.

> still unsure how to get `khal list` to show events for December and/or January... `khal list 2019-12-01 31d` should work - starts on 1st Dec for 31d > but...

Ah, I see. From the brackets, the range requires a start to be set, so that if you set an end time it can tell the difference between the start...