LoginRequired(); require_once("interactive-page.php"); $c->title = "Really Simple CalDAV Store - Configuration Help"; include("page-header.php"); $username = ( $session->user_no > 0 ? $session->username : "username" ); echo <<$c->title

Evolution

  1. Type:CalDAV
  2. Name:Give the calendar a local name
  3. URL:caldav://server.domain.name/caldav.php/$username/
  4. Use SSL:if your server is using SSL you should check this, but there may be bugs in Evolution's handling of SSL.
  5. Username:$username

If you have problems with Evolution, you will need to quit evolution, remove the cache file which will be in ~/.evolution/cache/calendar/ and restart. If you still have problems try doing that, but killing evolution-data-server in addition.

Sometimes evolution writes error messages into the cache file, so if you have ongoing problems you may want to take a look inside that.

There are some quirks with Evolution's handling of CalDAV too, so perhaps take a look at the following bugs:

EOBODY; include("page-footer.php"); ?>