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

Add support for timezone filter #8

Merged
merged 2 commits into from
Aug 9, 2022
Merged

Add support for timezone filter #8

merged 2 commits into from
Aug 9, 2022

Conversation

oscarmcm
Copy link
Owner

@oscarmcm oscarmcm commented Aug 9, 2022

Closes #1

Now we can return the events in a specific timezone format as follows:

- via cli argument
	neocal --timezone America/Los_Angeles
- via calendar config
	[work]
	endpoint = <URL>
	timezone = America/Los_Angeles
- via neocal config
	[neocal]
	default = work
	timezone = America/Los_Angeles
@oscarmcm oscarmcm added the enhancement New feature or request label Aug 9, 2022
@oscarmcm oscarmcm added this to the 1.0.0 milestone Aug 9, 2022
@oscarmcm oscarmcm self-assigned this Aug 9, 2022
@oscarmcm oscarmcm merged commit c7a261a into main Aug 9, 2022
@oscarmcm oscarmcm deleted the timezone_filter branch August 9, 2022 19:34
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

Successfully merging this pull request may close these issues.

Support for using a custom TimeZone
1 participant