mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #243] Length of generated name-part in URL #237
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#237
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.
@aluxnimm commented on GitHub (Dec 2, 2018):
Fixed to 255 max in commit
9d48c7e.