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
  5. Username:$username

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