AliasSubCaldav
This page provides generated reference documentation for the AliasSubCaldav data model.
Overview
| Property | Summary |
|---|---|
| host | The host under which the service is accessible |
| port | The port under which the service is accessible |
| path | Path |
| linkerTimeout | Specifies the query timeout for the database used by the linker. |
| calendarLinkerAlias | Sets the alias for the calendar linker. This is typically set to the ADITO system database alias. |
| security | Specifies whether to secure the connection using SSL, or not at all. |
| subtype | Sub-type for the CalDAV implementation. The CalDAV standard is evaluated differently by some installations. Here you can set which CalDAV setting to use. |
| utcOnly | Setting in which CalDAV appointments are always converted to UTC. This setting may be required by other clients. However, if the setting is enabled, recurring… |
| disableAttendeeHandling | If disabled, ADITO does not place the participants of a calendar entry directly in the entry, but always sends invitations. |
| uidResolverType | Type of UID resolver. |
| uidResolverAlias | Is the name of the alias in which the UID table for the UID resolver resides. |
| uidResolverTable | The name of the UID table. From the list of tables in the column, select the table. If they do not exist yet, you can create them in the designer using the… |
host
Type: String
The host under which the service is accessible
port
Type: String
The port under which the service is accessible
path
Type: String
Path
linkerTimeout
Type: Long
Specifies the query timeout for the database used by the linker.
The value is specified as a positive long value.
Default is the systemDBRequestTimeout of the corresponding system.
calendarLinkerAlias
Type: String
Sets the alias for the calendar linker. This is typically set to the ADITO system database alias.
Default: _____SYSTEMALIAS
security
Type: ETransportSecuritySslOnly
Specifies whether to secure the connection using SSL, or not at all.
subtype
Type: EAliasCaldavSubtype
Sub-type for the CalDAV implementation. The CalDAV standard is evaluated differently by some installations. Here you can set which CalDAV setting to use.
utcOnly
Type: Boolean
Setting in which CalDAV appointments are always converted to UTC. This setting may be required by other clients. However, if the setting is enabled, recurring appointments are no longer working over a DST changeover.
disableAttendeeHandling
Type: Boolean
If disabled, ADITO does not place the participants of a calendar entry directly in the entry, but always sends invitations.
uidResolverType
Type: EAliasUidResolver
Type of UID resolver.
uidResolverAlias
Type: String
Is the name of the alias in which the UID table for the UID resolver resides.
uidResolverTable
Type: String
The name of the UID table. From the list of tables in the column, select the table. If they do not exist yet, you can create them in the designer using the alias editor. To do this, select the database alias and then the "Create system tables" item from the context menu. Have the table "ASYS_UIDRESOLVER" created and save the alias again. If necessary, you can change the name in the System table creation dialog box. It is important that the correct table is selected.