Merge pull request #138 from janpieper/blackberry-os10
Instructions to setup CalDAV/CardDAV on BlackBerry OS10 devices
Former-commit-id: c45fa06d57
This commit is contained in:
commit
a3accd9c32
1 changed files with 26 additions and 0 deletions
26
INSTALL.md
26
INSTALL.md
|
@ -271,6 +271,32 @@ Add a new CalDAV account:
|
|||
* paste this URL: http://dav.mydomain.com/cal.php/calendars/username/default 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
|
||||
* Select "CalDAV"
|
||||
* Username: the username you just created
|
||||
* Password: the password you just defined
|
||||
* Server Address: 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
|
||||
* Select "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
|
||||
|
||||
__Important notes:__
|
||||
|
||||
* Make sure you've configured Baikal to use `basic` as authentication mechanism.
|
||||
* 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