定閱客戶

2016年4月27日 星期三

如何用OutlookCalDavSynchronizer同步icloud行事曆

iCloud settings

To find the correct DAV url for iCloud you need some Informations from the MacOS, where you are connected with your calendar.
Open with Textedit: ~/Library/Calendars/*.caldav/Info.plist
(Its in the hidden User-Library)
Check iCloud Path: PrincipalURL
https://p**-caldav.icloud.com/*********/principal/
Check: DefaultCalendarPath
/*********/calendars/********-****-****-****-************
Then you get the DAV url of the calendar:
https://p**-caldav.icloud.com/*********/calendars/********-****-****-****-************/
For syncing iCloud contacts with CardDAV use the following URL
https://contacts.icloud.com:443//carddavhome/card/
There are PHP files available to determine your Apple USER_ID, see
https://icloud.niftyside.com/

https://github.com/muhlba91/icloud

沒有留言: