Open sahinakkaya opened 3 years ago
The event creation takes advantage of googles quickadd parsing atm. I tried wrapping the name in quotes to avoid it and it seems to work.
DEC Assignment 1
created on today=2021-03-27
created an event called Assignment 1
starting 2021-12-03
until 2021-12-28
. That's because we send a string 2021-03-27 DEC Assignment 1
for google to parse."DEC Assignment 1"
created an event with the title "DEC Assignment 1"
on today=2021-03-27
as desired. The extra quotes might be annoying but it works.Yeah, I can use this one as a workaround. Thanks!
You can close this issue if you want.
When I want to create an event called "DEC Assignment 1" it interprets "DEC" as December and creates an event called "Assignment 1" in month December. I don't want to do this. Is there a way to disable this feature? I want to create an event with name "DEC Assignment 1" on the day that I'm editing.