-
Notifications
You must be signed in to change notification settings - Fork 11
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
Set UTF-8 encoding and remove invalid characters from uids #19
Conversation
@mossroy I'm happy to see people still use this. |
@buzz First, thanks a lot for this piece of software. To sum up, it is really useful for me, as a workaround for nextcloud/server#1497 Exposing all the calendars through caldav ensures your caldav clients always have all your calendars (including subscriptions), even if you add/remove some of them. NB : I only contributed half of this pull-request, @lasse-it contributed the slashes workaround (which I could not test because I don't have this issue) |
Interesting. That makes sense I guess. I solve this by using some app called ICS subscription or similar on Android. I would merge
But could you remove 662e356 from the PR as it seems to be specific to the lasse-it fork? |
Alright. Either this or I'm going to manually merge the two first commits (later)… |
Okay, I'll try to remove the README @buzz |
662e356
to
00a2741
Compare
Should be fixed now |
Set UTF-8 encoding and remove invalid characters from uids
There is a problem, where that if a uid includes a slash, it fails with the error message "HTTPError: 404 Client Error: Not Found for url: https://owncloud/remote.php/dav/calendars/user/calendar/uid" this can be prevented by replacing all slashes, in the uids