---
title: EKAuthorizationStatus.fullAccess
framework: eventkit
role: symbol
role_heading: Case
path: eventkit/ekauthorizationstatus/fullaccess
---

# EKAuthorizationStatus.fullAccess

The app has both read and write access to the requested entity type.

## Declaration

```swift
case fullAccess
```

## See Also

### Status

- [EKAuthorizationStatus.writeOnly](eventkit/ekauthorizationstatus/writeonly.md)
- [EKAuthorizationStatus.denied](eventkit/ekauthorizationstatus/denied.md)
- [EKAuthorizationStatus.notDetermined](eventkit/ekauthorizationstatus/notdetermined.md)
- [EKAuthorizationStatus.restricted](eventkit/ekauthorizationstatus/restricted.md)
