Which version of integration_google are you using?
master
Which version of Nextcloud are you using?
31.0.8
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Firefox 142.0 (64-bit)
Describe the Bug
In #166, it was added that calendar names are url encoded. This looks really bad in the NC UI because they are not unencoded. For example: <redacted>%40gmail.com+%28Google+Calendar+import%29.
The Nextcloud Calendar app lets me manually create calendars with all kinds of weird characters. Is it really necessary to "sanitize" it? I hope this isn't an attempt at protecting against SQL injection.
At the very least, I find it quite silly to append (Google calendar import) when the space and parenthesis will just be converted to gobbledygook.
Expected Behavior
The calendar is displayed as it is in google calendar
To Reproduce
Import a calendar. (Google calendar import), which already contains 3 characters that will be urlencoded.
Which version of integration_google are you using?
master
Which version of Nextcloud are you using?
31.0.8
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Firefox 142.0 (64-bit)
Describe the Bug
In #166, it was added that calendar names are url encoded. This looks really bad in the NC UI because they are not unencoded. For example:
<redacted>%40gmail.com+%28Google+Calendar+import%29.The Nextcloud Calendar app lets me manually create calendars with all kinds of weird characters. Is it really necessary to "sanitize" it? I hope this isn't an attempt at protecting against SQL injection.
At the very least, I find it quite silly to append
(Google calendar import)when the space and parenthesis will just be converted to gobbledygook.Expected Behavior
The calendar is displayed as it is in google calendar
To Reproduce
Import a calendar.
(Google calendar import), which already contains 3 characters that will be urlencoded.