| 
            
              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+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
Syntaxpublic byte Status { get; set; }Public Property Status As Byte
	Get
	Set
Property Value
Byte
RemarksValid 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