pimutils / pimutils/khal

list events - all events into the future (unlimited date range)

Open
#1,103 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

type: enhancement
Dominant language
Python
Stars
3.1k
Forks
233
Avg merge
1h 44m
Merged PRs (30d)
1

Description

With the khal list command, I'd like to be able to do khal list -d calname today forever but forever is not a valid option.

I can do khal list -d calname today 456d and that's probably sufficient as I'm not likely to have events scheduled more than a year in advance that I need to see, but this feels a bit like hacking around a shortcoming.

It would be sweet if there was a flag to show "all" events from "now" (which would omit events with startdates < now) into the future (forever), like -af(all future) for example.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the khal list command and its existing date-range parsing for expressions such as today 456d. Add support for an all-future range that omits events before now and includes future events without a fixed end date; verify the new command-line behavior against existing list functionality.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.