You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which command line option(s) can I use to exclude those events that started yesterday and that are still running today? I am not talking about all-day-events, but events that start and end around midnight.
khal list today today --format "{start-time} {start-date}"
will list all events that are valid for today, no matter when their starting time was or will be. I'm sure there's a way to exclude yesterday's events, but I haven't found it yet.
The text was updated successfully, but these errors were encountered:
Which command line option(s) can I use to exclude those events that started yesterday and that are still running today? I am not talking about all-day-events, but events that start and end around midnight.
khal list today today --format "{start-time} {start-date}"
will list all events that are valid for today, no matter when their starting time was or will be. I'm sure there's a way to exclude yesterday's events, but I haven't found it yet.
The text was updated successfully, but these errors were encountered: