[+] CalDav support
[*] fix caldav option [*] review fixes [*] review fixes
This commit is contained in:
parent
8ccef14a7c
commit
99b0078b18
6 changed files with 50 additions and 1 deletions
|
|
@ -33,6 +33,12 @@ $ldap_nonascii_desc = 'Domain';
|
|||
$ldap_nonascii_uri = "ldap://$ldap_host/$ldap_base??sub?(objectClass=posixAccount)";
|
||||
$quicktext_default_import = '/home/exchange/quicktext.xml';
|
||||
$messenger_save_dir = '/tmp';
|
||||
//Caldav
|
||||
$caldav_enable = true;
|
||||
$caldav_base_url = 'https://calendar.example.com/remote.php/dav/calendars/';
|
||||
$caldav_entries = array (
|
||||
array (name => 'Personal', id => 'personal', color => '#3300ff', uuid => uniqid())
|
||||
);
|
||||
// Signature
|
||||
$siga_marketing = "Marketing bullshit<br>";
|
||||
$siga_prefix = "Best regards, ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue