How to exclude those events, that started yesterday
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 233
- Avg merge
- 1h 44m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the khal list today today --format "{start-time} {start-date}" command and inspect its CLI help and date-filtering documentation. Determine whether an existing option supports excluding events that started yesterday, then document the applicable usage or clarify that the behavior is unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100