Zren / plasma-applet-eventcalendar

https://store.kde.org/p/998901/
470 stars 93 forks source link

Interpret Event Title Literally #233

Open sahinakkaya opened 3 years ago

sahinakkaya commented 3 years ago

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.

Zren commented 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.

sahinakkaya commented 3 years ago

Yeah, I can use this one as a workaround. Thanks!

You can close this issue if you want.