[GH-ISSUE #243] Length of generated name-part in URL #237

Closed
opened 2026-02-25 20:31:13 +03:00 by kerem · 2 comments
Owner

Originally created by @ralfbecker on GitHub (Oct 10, 2018).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/243

In EGroupware (www.egroupware.org) we have a limit of 128 characters on the name-part (last component) of resource URIs and UIDs. I noticed that CalDAVSynchronizer sometimes generates longer ones. Do you have a maximum length, so we can adapt our database schema to it?

Originally created by @ralfbecker on GitHub (Oct 10, 2018). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/243 In EGroupware (www.egroupware.org) we have a limit of 128 characters on the name-part (last component) of resource URIs and UIDs. I noticed that CalDAVSynchronizer sometimes generates longer ones. Do you have a maximum length, so we can adapt our database schema to it?
kerem closed this issue 2026-02-25 20:31:13 +03:00
Author
Owner

@aluxnimm commented on GitHub (Nov 30, 2018):

Related to
https://sourceforge.net/p/outlookcaldavsynchronizer/tickets/1036/

Name is dependant on UID, should be max 255 but in some cases is longer it seems.

<!-- gh-comment-id:443172513 --> @aluxnimm commented on GitHub (Nov 30, 2018): Related to https://sourceforge.net/p/outlookcaldavsynchronizer/tickets/1036/ Name is dependant on UID, should be max 255 but in some cases is longer it seems.
Author
Owner

@aluxnimm commented on GitHub (Dec 2, 2018):

Fixed to 255 max in commit 9d48c7e.

<!-- gh-comment-id:443543696 --> @aluxnimm commented on GitHub (Dec 2, 2018): Fixed to 255 max in commit 9d48c7e.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#237
No description provided.