> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.CalReplyStatus

# <a id="SuperOffice_WebApi_Data_CalReplyStatus" /> Enum CalReplyStatus

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

iCal reply status

```csharp theme={null}
public enum CalReplyStatus
```

## Fields

`Accepted = 1`

1: The sender accepted the meeting.

`Declined = 2`

2: The sender declined the meeting.

`Tentative = 3`

3: The sender tentatively accepted the meeting.

`Unknown = 0`

0: Status is not known


## Related topics

- [SuperOffice.WebApi.Data.EMailEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMailEntity.md)
- [SuperOffice.WebApi.Data.CalMethod](/en/api/reference/webapi/SuperOffice.WebApi.Data.CalMethod.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.CallerID](/en/api/reference/webapi/SuperOffice.WebApi.Data.CallerID.md)
- [SuperOffice.WebApi.Data.CallerIDCollection](/en/api/reference/webapi/SuperOffice.WebApi.Data.CallerIDCollection.md)
- [SuperOffice.WebApi.Data.ReplyTemplate](/en/api/reference/webapi/SuperOffice.WebApi.Data.ReplyTemplate.md)
