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

> Lists the enum values for FreeBusy.

## FreeBusy Enum

Default value for Free/Busy indicator

| Name | Value | Description |
| ---- | ----- | ----------- |
| Busy | 0     |             |
| Free | 1     |             |

## Usage

* [appointment](../appointment).freeBusy - 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).defaultFreeBusy - Task list table, activity types, like Phone, Meeting


## Related topics

- [Enum FreeBusy](/en/automation/crmscript/reference/CRMScript.NetServer.FreeBusy.md)
- [SuperOffice.WebApi.Data.FreeBusy](/en/api/reference/webapi/SuperOffice.WebApi.Data.FreeBusy.md)
- [appointment table](/en/database/tables/appointment.md)
- [Task table](/en/database/tables/task.md)
- [Working with follow-ups (appointments) in API](/en/diary/dev/index.md)
- [SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md)
