-
Notifications
You must be signed in to change notification settings - Fork 208
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
implementation of issues 535 and 809 #1211
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add the command navigate it allows navigating by week, month and year this is our proposal to solve issue 535
The resolution of pimutils#809, adjusting the date format
Implementation of pimutils#535 add navigate command it allows navigating by week, month and year
adding a function that returns a couple of strings based on the date format, the first one is the first day of the indicated week number month number and year the second is the final day of the week implementation of pimutils#535
Adding tests of our contribution pimutils#535
Adding tests of our contribution pimutils#535
tests of the new display pimutils#809
adding a note to CHANGELOG.rst to explain our contribution to khal users, pimutils#535, pimutils#809
for more information, see https://pre-commit.ci
Thank you for you pr and your interest in khal. Sorry about not getting back to you any sooner. I believe this functionality would be a great fit for a plugin, where we could let the code mature and see if there is enough interest in than later move it into khal proper. Have a look #1309 (comment) on how to possibly migrating this to a plugin. Please get back to us, if you need any help with that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
we explained our changes in the file CHANGELOG.rst