---
title: allowedEntityTypes
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekcalendar/allowedentitytypes
---

# allowedEntityTypes

The entity types this calendar can contain.

## Declaration

```swift
var allowedEntityTypes: EKEntityMask { get }
```

## Discussion

Discussion While EventKit only allows creation of single-entity calendars, other servers might allow mixed-entity calendars.

## See Also

### Accessing Calendar Properties

- [EKCalendarType](eventkit/ekcalendartype.md)
- [EKCalendarEventAvailabilityMask](eventkit/ekcalendareventavailabilitymask.md)
- [allowsContentModifications](eventkit/ekcalendar/allowscontentmodifications.md)
- [cgColor](eventkit/ekcalendar/cgcolor.md)
- [color](eventkit/ekcalendar/color.md)
- [isImmutable](eventkit/ekcalendar/isimmutable.md)
- [title](eventkit/ekcalendar/title.md)
- [type](eventkit/ekcalendar/type.md)
- [source](eventkit/ekcalendar/source.md)
- [isSubscribed](eventkit/ekcalendar/issubscribed.md)
- [supportedEventAvailabilities](eventkit/ekcalendar/supportedeventavailabilities.md)
- [calendarIdentifier](eventkit/ekcalendar/calendaridentifier.md)
- [DATETIME_COMPONENTS_DO_NOT_USE()](eventkit/datetime_components_do_not_use().md)
- [DATE_COMPONENTS_DO_NOT_USE()](eventkit/date_components_do_not_use().md)
