You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/calendar/caldav.php

6 lines
217 B

<?php
if(!file_exists('../../lib/base.php')){
die('Please update the path to /lib/base.php in caldav.php or make use of /remote.php/caldav/');
}
require_once('../../lib/base.php');
require_once('appinfo/remote.php');