Skip to main content

davservers

Module: control

CalDAV/CardDAV server configurations for sync.

NameTypeNullableDefault ValueNotes
PKID
integerDAV server ID
owneruser
users.ID
integerOwner user ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
ownergroup
groups.ID
integerOwner group ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
creator
integerCreator user ID (defaults to authenticated user on creation)
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintdate_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
recipientuser
users.ID
integerRecipient user ID (PUBLIC if `recipientuser`=`null` and `recipientgroup`=`null`)
recipientgroup
groups.ID
integerRecipient group ID (PUBLIC if `recipientuser`=`null` and `recipientgroup`=`null`)
activity
smallint0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
name
textName
type
smallint0Collection type (`0`=CONTACTS, `2`=APPOINTMENTS, `1`=TASKS)
url
textEndpoint URL
username
text''Username
ctag
text''Collection entity tag (CTag) (caldav-ctag-03)
synctoken
text''Synchronization token (RFC 6578)
description
text''Detailed general description
password
bytea
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_davservers_ownergroupginownergroup
fk_davservers_owneruserginowneruser
i_davservers_noownerginownergroup
pk_davserversbtreeID
s_davservers_nameginname
s_davservers_urlginurl
NameType
c_davservers_ownercheck
c_davservers_recipientcheck
dc_davservers_activitycheck
dc_davservers_descriptioncheck
dc_davservers_namecheck
dc_davservers_typecheck
dc_davservers_urlcheck
dc_davservers_usernamecheck
fk_davservers_ownergroupforeign_key
fk_davservers_owneruserforeign_key
fk_davservers_recipientgroupforeign_key
fk_davservers_recipientuserforeign_key
pk_davserversprimary_key
NameTypeEventsFunctionDefinition
tu_davservers_typebeforeupdateft_integrity
Loading...