---
title: scheduledWorkouts
framework: workoutkit
role: symbol
role_heading: Instance Property
path: workoutkit/workoutscheduler/scheduledworkouts
---

# scheduledWorkouts

An array of all the workouts scheduled by your app.

## Declaration

```swift
final var scheduledWorkouts: [ScheduledWorkoutPlan] { get async }
```

## See Also

### Managing scheduled workouts

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