####### Calendars
+Calendars
First of all, show the calendar page in Evolution by clicking on the calendar icon at the bottom of the side pane. Then add a new calendar by choosing in the menu File → New → Calendar
.
A new window opens. The calendar type
is CalDAV
, and the location is something like http://localhost:5232/user/calendar.ics/
, where you can replace user
and calendar
by some strings of your choice. Calendars are automatically created if needed. Please note that the trailing slash is important.
You can fill other attributes like the color and the name, these are only used for Evolution and are not uploaded.
Click on OK
, and your calendar should be ready for use.
####### Contacts
+Contacts
Switch to the contacts page and click File → New → Adress book
. In the new window choose WebDAV
as type
and something like http://localhost:5232/user/addressbook.vcf/
as location. Remember to enter the correct username.
####### Calendars
+Calendars
Tested with 4.8.3, you need one running on Akonadi for Cal/CarDav support.
The procedure below can also be done trough the sidebar "Calendar Manager". But to ensure it works for everyone this examples uses the menu-bar.
Note
After you created a calender in a collection you can also use http://myserver:5232/Username/
as an URL This will then list all available calendars.
####### Contacts
+Contacts
You can add a address book analogously to the above instructions, just choose CardDav and http://myserver:5232/Username/AddressBook.vcf/
in step 10 and 11. Also, if you already have a calendar set up you can add an address book to its "DAV groupware resource" under Configure-Kontact → Calendar → General → Calendars → Modify. This way you don't have to enter username and password twice.
Because settings are the same for InfCloud
, CalDavZAP
and CardDavMATE
only InfCloud is used in description below.
####### Radicale configuration
+Radicale configuration
Add/Modify the following section in Radicale main configuration file:
# Additional HTTP headers
[headers]
@@ -529,7 +529,7 @@ only InfCloud is used in description below.
# collection: ^%(login)s/.+$ # DOES NOT WORK
collection: ^%(login)s(/.+)?$
permission: rw
####### InfCloud configuration
+InfCloud configuration
Inside InfCloud
configuration file config.js
you need to set globalNetworkCheckSettings
like following example:
// href:
// put in here your protocol, host and port where Radicale is listening
@@ -574,7 +574,7 @@ After installing and accepting it you should restart your browser.
iPhone & iPad ¶
-####### Calendars
+Calendars
For iOS devices, the setup is fairly straightforward but there are a few settings that are critical for proper operation.
- From the Home screen, open
Settings
@@ -593,7 +593,7 @@ After installing and accepting it you should restart your browser.
Warning
In iOS 5.x, please check twice that the Sync all entries
option is activated, otherwise some events may not be shown in your calendar.
-####### Contacts
+Contacts
In Contacts on iOS 6:
- From the Home screen, open
Settings
@@ -619,7 +619,7 @@ After installing and accepting it you should restart your browser.
Note
This description assumes you do not have any authentication or encryption configured. If you want to use iCal with authentication or encryption, you just have to fill in the corresponding fields in your calendar's configuration.
-####### Calendars
+Calendars
In iCal 4.0 or iCal 5.0:
- Open the
Preferences
dialog and select the Accounts
tab
@@ -640,7 +640,7 @@ After installing and accepting it you should restart your browser.
To add a calendar to your shiny new account you have to go to the menu and select File → New Calendar → <your shiny new account>
. A new calendar appears in the left panel waiting for you to enter a name.
This is needed because the behaviour of the big +
button in the main window is confusing as you can't focus an empty account and iCal will just add a calendar to another account.
-####### Contacts
+Contacts
In Contacts 7 (previously known as AddressBook):
- Open the
Preferences
dialog and select the Accounts
tab.