---
title: autoupdatingCurrent
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/calendar/autoupdatingcurrent
---

# autoupdatingCurrent

A calendar that tracks changes to user’s preferred calendar.

## Declaration

```swift
static var autoupdatingCurrent: Calendar { get }
```

## Discussion

Discussion If mutated, this calendar will no longer track the user’s preferred calendar. note: The autoupdating Calendar will only compare equal to another autoupdating Calendar.

## See Also

### Getting the User’s Calendar

- [current](foundation/calendar/current.md)
