|
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.APIAssembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax public byte Status { get; set; }
Public Property Status As Byte
Get
Set
Property Value
ByteRemarks 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