-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Day events and --notstarted #1004
Comments
I just checked it happens also for non-recurring events |
I think is is a normal beavior,
And when you don't specify a start date 'khal` assume that it is the present day at 0:00 and show your test event. I will test it more tomorrow, |
Hmm but if it started at 00:00, the it is already started, so why should it be included with |
@mredaelli I think there is a bug with allday event at this level, I'm going to test it this evening an push a Merge Request if needed. |
@mredaelli For me, there is no problem with normal events, Lines 188 to 191 in 2bbea84
I'll submit a draft MR to avoid the issue in minutes. |
I disagree with this part. It's in line with the documented behaviour. Changing this also prevents excluding multi-day events (that have started before the chosen day) but showing new events on that day. |
since #1005 looks like it may end up being quite complex to implement - what is the best way to get the next event via Khal when you have an all-day event? Is there one? E.g. if I have an event coming up in the next 15m, do I have to do |
Not sure if this is intended behaviour, but currently I have a day event for today:
and I would expect that by doing:
would filter out the already-started event, but the output is the same.
The text was updated successfully, but these errors were encountered: