diff --git a/docs/website/clients/iCal-details.php b/docs/website/clients/iCal-details.php new file mode 100644 index 00000000..e6290d6a --- /dev/null +++ b/docs/website/clients/iCal-details.php @@ -0,0 +1,23 @@ +

iCal

+

iCal, from version 3.0 (released with OS 10.5) is generally well-behaved + and will discover your own calendars when configured. It will not allow you to manipulate other calendars on + the same server, however, unless you use different credentials to access them.

+ +
    +
  1. Open the "Preferences" dialog.
  2. +
  3. Choose the "Accounts" tab
  4. +
  5. Click on the "+" and a new panel will appear.
  6. +
  7. Enter a "Description" for the account.
  8. +
  9. The "Username" and "Password" are the relevant ones for your CalDAV server.
  10. +
  11. Open the "Server Options" area and set your account URL to point to http://host.../caldav.php/username/.
     
  12. +
  13. Click "Add" to confirm the new account
  14. +
  15. Your own calendars will be automatically discovered.
  16. +
  17. If you don't already have a calendar for your own user, go to the calendar view and long-click on the "+" will display a menu letting you create a new one.
  18. +
+ +

Caveats

+

DAViCal does not support the draft scheduling extensions to CalDAV, so you will not see the full functionality + of iCal.

+

iCal does not let you browse the calendar hierarchy to find other calendars you could view, so you will not + see the full functionality of DAViCal either.

+ diff --git a/docs/website/clients/iCal-dialog.png b/docs/website/clients/iCal-dialog.png new file mode 100644 index 00000000..c77ba8cf Binary files /dev/null and b/docs/website/clients/iCal-dialog.png differ diff --git a/docs/website/clients/iCal-icon.png b/docs/website/clients/iCal-icon.png new file mode 100644 index 00000000..acb18df0 Binary files /dev/null and b/docs/website/clients/iCal-icon.png differ diff --git a/docs/website/clients/iCal-screenshot.png b/docs/website/clients/iCal-screenshot.png new file mode 100644 index 00000000..f0c96d4a Binary files /dev/null and b/docs/website/clients/iCal-screenshot.png differ