Added CalDAV and CardDAV instructions for BlackBerry OS 10
This commit is contained in:
parent
a2e50a735c
commit
12e49b8894
1 changed files with 21 additions and 0 deletions
21
INSTALL.md
21
INSTALL.md
|
@ -251,6 +251,27 @@ Add a new CalDAV account:
|
|||
of and replace the domain name, and the username with the correct values
|
||||
* When asked, provide user/password; your CalDAV account should be up and running
|
||||
|
||||
## 5.7 BlackBerry OS10
|
||||
|
||||
Add a new CalDAV account:
|
||||
|
||||
* in Settings > Accounts > Add Account > Advanced > CalDAV
|
||||
* Username: the username you just created
|
||||
* Password: the password you just defined
|
||||
* Server Address: http://dav.mydomain.com/cal.php/calendars/username/default
|
||||
and replace domain and username with the correct values
|
||||
|
||||
Add a new CardDAV account:
|
||||
|
||||
* in Settings > Accounts > Add Account > Advanced > CardDAV
|
||||
* Username: the username you just created
|
||||
* Password: the password you just defined
|
||||
* Email Address: an email address you want this CardDAV account to be assigned to
|
||||
* Server Address: dav.mydomain.com/card.php/addressbooks/username/default
|
||||
and replace domain and username with the correct values
|
||||
|
||||
__Note:__ Its required to use SSL for CardDAV!
|
||||
|
||||
# 6 - You're done
|
||||
|
||||
You may now create new calendars, new events, new contact (: Enjoy.
|
||||
|
|
Loading…
Add table
Reference in a new issue