Gjsify LogoGjsify Logo

Calendar operation flags, to specify behavior in certain situations. The conflict resolution mode flags cannot be combined together, where the E_CAL_OPERATION_FLAG_CONFLICT_KEEP_LOCAL is the default behavior (and it is used when no other conflict resolution flag is set). The flags can be ignored when the operation or the backend don't support it.

bitfield

Index

Enumeration Members

CONFLICT_FAIL: number

conflict resolution mode, to fail and do not do any changes, when a conflict is detected

CONFLICT_KEEP_LOCAL: number

conflict resolution mode, to use local data (and always overwrite server data), when a conflict is detected

CONFLICT_KEEP_SERVER: number

conflict resolution mode, to use the server data (and local changed), when a conflict is detected

CONFLICT_USE_NEWER: number

conflict resolution mode, to use newer of the local and the server side data, when a conflict is detected

CONFLICT_WRITE_COPY: number

conflict resolution mode, to create a copy of the data, when a conflict is detected

DISABLE_ITIP_MESSAGE: number

request to disable send of an iTip message by the server; this works only for servers which support iTip handling

NONE: number

no operation flags defined

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method