---
title: refresh()
framework: eventkit
role: symbol
role_heading: Instance Method
path: eventkit/ekevent/refresh()
---

# refresh()

Updates the event’s data with the current information in the Calendar database.

## Declaration

```swift
func refresh() -> Bool
```

## Return Value

Return Value If the event was successfully refreshed, true; otherwise, false.

## Discussion

Discussion You should call this method only on events that your application is editing, and only when your application receives the EKEventStoreChangedNotification notification. If this method returns false, the event has been deleted or otherwise invalidated, and you should not continue to use it. This method does not replace the values of any properties that you have modified.
