Files
osticket-caldav-plugin/plugin.php.disabled
2025-11-26 18:08:49 +01:00

12 lines
311 B
Plaintext

<?php
return array(
'id' => 'caldav',
'name' => 'CalDAV Integration',
'version' => '1.0',
'author' => 'Your Name',
'description' => 'Integrate with external CalDAV servers for creating calendar entries',
'url' => 'https://yourdomain.com',
'plugin' => 'caldav.php:CaldavPlugin'
);
?>