Skip to content
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

Listing events from the past #8

Open
JaTaSn opened this issue Feb 27, 2021 · 0 comments
Open

Listing events from the past #8

JaTaSn opened this issue Feb 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JaTaSn
Copy link

JaTaSn commented Feb 27, 2021

It would be useful to be able to list past events with the terminal client. By making the change

#        start_time = str(current_time.isoformat())
        start_time = str((current_time - relativedelta(days=no_of_days)).isoformat())

in main.py
the terminal client outputs past events, so there is no API restriction to doing this. I would try to add this myself, but I do not know enough python to understand the command line argument parsing.

@slgobinath slgobinath added the enhancement New feature or request label Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants