Click or drag to resize

ActivityParticipantStatus Property

Sets the status of participation. Used in calendar synchronizations, but aren't all shown visually in Visma Severa's UI.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public byte Status { get; set; }

Property Value

Byte
Remarks
Valid values are:
  • 1: Invited. User has been added as participant of the acitivity.
  • 2: Accepted. Use is a confirmed participant of the activity.
  • 3: Tentative. User might participate or might not.
  • 4: Declined. User won't participate in the activity.
See Also