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

[feature request] : auto detect hour in event title #974

Closed
tykayn opened this issue Nov 29, 2018 · 1 comment
Closed

[feature request] : auto detect hour in event title #974

tykayn opened this issue Nov 29, 2018 · 1 comment

Comments

@tykayn
Copy link

tykayn commented Nov 29, 2018

currently not featured in calendar:
the ability to detect an hour to auto fill the event data.

scenario: if i type these
10:15 do the meeting
or
15h get the packages

the event would be auto filled on the blur of the title input.
the regex to capture the hour and minute data would check only the begining of the string, and would be something like this:
^\d\d?[:|h]\d?\d?
then the found matches would be maxed to 24for hours and 59 for minutes and filled to the form.

this is one nice feature from google calendar i would love to find again in nextcloud calendar, what do you think ?

@georgehrke
Copy link
Member

Duplicate of #17

@georgehrke georgehrke marked this as a duplicate of #17 Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants