We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
summary time
AM
PM
When using /gcal summary time it requires you to put 9:00AM instead of 9:00am, for example.
/gcal summary time
9:00AM
9:00am
so the below is invalid:
/gcal summary time 9:00am
and this is valid.
/gcal summary time 9:00AM
Expected:
Accept am or AM.
am
The text was updated successfully, but these errors were encountered:
When using /gcal summary time it requires you to put 9:00AM instead of 9:00am, for example. so the below is invalid: /gcal summary time 9:00am and this is valid. /gcal summary time 9:00AM Expected: Accept am or AM.
Hi there! I'd like to be assigned this issue.
Sorry, something went wrong.
@Harsh1s Are you still willing to pick this issue?
Successfully merging a pull request may close this issue.
When using
/gcal summary time
it requires you to put9:00AM
instead of9:00am
, for example.so the below is invalid:
and this is valid.
Expected:
Accept
am
orAM
.The text was updated successfully, but these errors were encountered: