From edbd83585ca4ceec081f062681b415448bf6f446 Mon Sep 17 00:00:00 2001 From: Net Gusto Date: Fri, 28 Nov 2014 14:25:25 +0100 Subject: [PATCH] Fixed #228 (thanks @altima) --- INSTALL.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 7edc9a9..48f7ad8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -317,6 +317,19 @@ __Important notes:__ * Make sure you've configured Baikal to use `basic` as authentication mechanism. * Its required to use SSL for CardDAV! +## 5.8 Windows Phone 8.1 (Developer Preview) + +Add a new CalDAV/CardDAV account: + +* in Settings > email+accounts > Add an Account > iCloud +* Username: the username you just created +* Password: the password you just defined +* Select Advanced Settings +* Contacts server (CardDAV): `dav.mydomain.com/card.php/addressbooks/username/default` and replace domain and username with the correct values +* Calendar server (CalDAV): `dav.mydomain.com/cal.php/calendars/username/default` and replace domain and username with the correct values +* You can optional activate/deactivate content that will be synced + + # 6 - You're done You may now create new calendars, new events, new contact (: Enjoy.