[GH-ISSUE #212] Add iCloud Calendars to Profile Wizard #675

Closed
opened 2026-03-01 17:40:50 +03:00 by kerem · 4 comments
Owner

Originally created by @fmms on GitHub (Oct 23, 2017).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/212

Hi,

I could not get the oficial Apple iCloud Software to work reliably in Outlook and thus I tried this. It seems to wok perfectly, the sync is reliable and a lot faster.

However setting up the account is not very easy, because one has to determine the Apple server names und URL substrings. Most articles on the internet suggst to look at plist files in MacOS, however if one is not using that it becomes even less easy.

With a few HTTP request everything that is neccessary can be determined: https://stackoverflow.com/questions/42319487/icloud-calendar-requests . I think it would be great to have that integrated in the account wizard.

I am glad to test. Thanks for your work!

Originally created by @fmms on GitHub (Oct 23, 2017). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/212 Hi, I could not get the oficial Apple iCloud Software to work reliably in Outlook and thus I tried this. It seems to wok perfectly, the sync is reliable and a lot faster. However setting up the account is not very easy, because one has to determine the Apple server names und URL substrings. Most articles on the internet suggst to look at plist files in MacOS, however if one is not using that it becomes even less easy. With a few HTTP request everything that is neccessary can be determined: https://stackoverflow.com/questions/42319487/icloud-calendar-requests . I think it would be great to have that integrated in the account wizard. I am glad to test. Thanks for your work!
kerem closed this issue 2026-03-01 17:40:51 +03:00
Author
Owner

@aluxnimm commented on GitHub (Oct 23, 2017):

Did you actually try with the DAV url https://caldav.icloud.com/ and use "Test or discover settings" ? We already implement the autodiscovery, so it should work and discover the calendar resources.

<!-- gh-comment-id:338803674 --> @aluxnimm commented on GitHub (Oct 23, 2017): Did you actually try with the DAV url https://caldav.icloud.com/ and use "Test or discover settings" ? We already implement the autodiscovery, so it should work and discover the calendar resources.
Author
Owner

@fmms commented on GitHub (Oct 23, 2017):

Hi,
you are right, this does indeed work. So this is not a missing functionality but more an issues of documentation I guess.

I read http://caldavsynchronizer.org/de/documentation/ with the heading "ICLOUD SETTNGS" it does not suggest that the short URL might be enough.
Looking at the profile wizard one assumes iCloud calendards are not done easily as iCloud contacts has its own icon.

thanks

<!-- gh-comment-id:338806838 --> @fmms commented on GitHub (Oct 23, 2017): Hi, you are right, this does indeed work. So this is not a missing functionality but more an issues of documentation I guess. I read http://caldavsynchronizer.org/de/documentation/ with the heading "ICLOUD SETTNGS" it does not suggest that the short URL might be enough. Looking at the profile wizard one assumes iCloud calendards are not done easily as iCloud contacts has its own icon. thanks
Author
Owner

@aluxnimm commented on GitHub (Oct 23, 2017):

Yes, documentation needs an update because I couldn't test if it actually works also for calendar since I don't have an iOS device for testing atm and could only test the adressbook with the web UI. The problem is that the contacts and calendars needs different base urls caldav.icloud.com and contacts.icloud.com, that's why we only have the icon for the contacts atm but should add one for calendar as well since you confirmed the autodiscovery working.

<!-- gh-comment-id:338808189 --> @aluxnimm commented on GitHub (Oct 23, 2017): Yes, documentation needs an update because I couldn't test if it actually works also for calendar since I don't have an iOS device for testing atm and could only test the adressbook with the web UI. The problem is that the contacts and calendars needs different base urls caldav.icloud.com and contacts.icloud.com, that's why we only have the icon for the contacts atm but should add one for calendar as well since you confirmed the autodiscovery working.
Author
Owner

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

Finally had time to add this missing profile type in commit a4c5bdf and update docs.

<!-- gh-comment-id:444671020 --> @aluxnimm commented on GitHub (Dec 5, 2018): Finally had time to add this missing profile type in commit a4c5bdf and update docs.
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#675
No description provided.