<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSCalendar/autoupdatingCurrent",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSCalendar(cpy)autoupdatingCurrentCalendar"
  },
  "title" : "autoupdatingCurrent"
}
-->

# autoupdatingCurrent

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

```
class var autoupdatingCurrent: Calendar { get }
```

## Return Value

The current logical calendar for the current user.

## Discussion

Settings you get from this calendar do change as the user’s settings change (contrast with [`current`](/documentation/Foundation/NSCalendar/current)).

Note that if you cache values based on the calendar or related information those caches will of course not be automatically updated by the updating of the calendar object.

## See Also

[`init(calendarIdentifier:)`](/documentation/Foundation/NSCalendar/init(calendarIdentifier:))

Initializes a calendar according to a given identifier.

[`calendarIdentifier`](/documentation/Foundation/NSCalendar/calendarIdentifier)

An identifier for the calendar.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)