---
title: maxAllowedScheduledWorkoutCount
framework: workoutkit
role: symbol
role_heading: Type Property
path: workoutkit/workoutscheduler/maxallowedscheduledworkoutcount
---

# maxAllowedScheduledWorkoutCount

The maximum number of workouts your app can schedule.

## Declaration

```swift
static let maxAllowedScheduledWorkoutCount: Int
```

## See Also

### Managing scheduled workouts

- [scheduledWorkouts](workoutkit/workoutscheduler/scheduledworkouts.md)
- [markComplete(_:at:)](workoutkit/workoutscheduler/markcomplete(_:at:).md)
- [remove(_:at:)](workoutkit/workoutscheduler/remove(_:at:).md)
- [removeAllWorkouts()](workoutkit/workoutscheduler/removeallworkouts().md)
