12date_default_timezone_set(
'Canada/Eastern');
19$pdo =
new PDO(
'sqlite:data/db.sqlite');
20$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
24 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
26set_error_handler(
"exception_error_handler");
29require_once
'vendor/autoload.php';
60 new Sabre\CalDAV\Subscriptions\Plugin()
65 new Sabre\CalDAV\Schedule\Plugin()
exception_error_handler($errno, $errstr, $errfile, $errline)
An exception for terminatinating execution or to throw for unit testing.
This is an authentication backend that uses a database to manage passwords.
This plugin provides Authentication for a WebDAV server.