Add initial Todo items and CalDAV sync
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
'base_url' => env('CALDAV_BASE_URL', ''),
|
||||
'username' => env('CALDAV_USERNAME', ''),
|
||||
'password' => env('CALDAV_PASSWORD', ''),
|
||||
'calendar_path' => env('CALDAV_CALENDAR_PATH', '/'),
|
||||
'calendar_name' => env('CALDAV_CALENDAR_NAME', '/'),
|
||||
'calendar_id' => env('CALDAV_CALENDAR_ID', '/'),
|
||||
'user_agent' => env('CALDAV_USER_AGENT', 'caramel-crm-caldav/1.0'),
|
||||
];
|
||||
Reference in New Issue
Block a user