Skip to main content

TcxSchedulerWebServiceStorage.IsEventSharingAllowed Method

Identifies if the web service storage persistence manager can share an event between calendars.

Declaration

function IsEventSharingAllowed: Boolean; override;

Returns

Type
Boolean

Remarks

The web service storage persistence manager does not support event sharing, since different calendars that belong to different supported account types store incompatible user event data. As a result, there is no general solution for event data synchronization between different online calendars. This IsEventSharingAllowed function implementation always returns False to reflect this behavior of online event storages.

The associated Scheduler control calls the IsEventSharingAllowed function internally to identify whether to allow or forbid event state mirroring between resources that the scheduling area displays.

See Also