Dav
in package
Configuration file: Config\Components\Dav.
Table of Contents
- $CALDAV_DEFAULT_VISIBILITY_FROM_DAV : mixed
- Default visibility for events synchronized with CalDAV. Available values: false/'Public'/'Private' Setting default value will result in skipping visibility both ways, default value for both ways will be set.
- $CALDAV_EXCLUSION_FROM_DAV : mixed
- Rules to set exclusions/omissions in synchronization Example. All private entries from CalDAV should not be synchronized: ['visibility' => 'Private']
- $CALDAV_EXCLUSION_TO_DAV : mixed
- Exclusions
Properties
$CALDAV_DEFAULT_VISIBILITY_FROM_DAV
Default visibility for events synchronized with CalDAV. Available values: false/'Public'/'Private' Setting default value will result in skipping visibility both ways, default value for both ways will be set.
public
static mixed
$CALDAV_DEFAULT_VISIBILITY_FROM_DAV
= false
$CALDAV_EXCLUSION_FROM_DAV
Rules to set exclusions/omissions in synchronization Example. All private entries from CalDAV should not be synchronized: ['visibility' => 'Private']
public
static mixed
$CALDAV_EXCLUSION_FROM_DAV
= false
$CALDAV_EXCLUSION_TO_DAV
Exclusions
public
static mixed
$CALDAV_EXCLUSION_TO_DAV
= false