> ## 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.

# Enum values for AllDayEvent

> Lists the enum values for AllDayEvent.

## AllDayEvent Enum

Default value for alldayEvent flag

| Name | Value | Description |
| ---- | ----- | ----------- |
| No   | 0     |             |
| Yes  | 1     |             |

## Usage

* [appointment](../appointment).alldayEvent - Tasks, appointments, followups, phone calls; and documents (document\_id != 0). An appointment always has a corresponding record in VisibleFor specifying who may see this.
* [Task](../task).defaultAlldayEvent - Task list table, activity types, like Phone, Meeting


## Related topics

- [Enum AllDayEvent](/en/automation/crmscript/reference/CRMScript.NetServer.AllDayEvent.md)
- [Task table](/en/database/tables/task.md)
- [Enum SystemEventScope](/en/automation/crmscript/reference/CRMScript.NetServer.SystemEventScope.md)
- [Working with follow-ups (appointments) in API](/en/diary/dev/index.md)
- [Get All](/en/api/reference/restful/rest/systemevent/get-all.md)
- [Enum values for TextType](/en/database/tables/enums/texttype.md)
