Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerWebServiceStorage.IsEventSharingAllowed Method

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

#Declaration

Delphi
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