mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 19:36:00 +03:00
[GH-ISSUE #212] Add iCloud Calendars to Profile Wizard #1109
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#1109
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 @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!
@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.
@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
@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.
@aluxnimm commented on GitHub (Dec 5, 2018):
Finally had time to add this missing profile type in commit
a4c5bdfand update docs.