calendarButtonHit(_:)
@IBAction
@MainActor
func calendarButtonHit(_: UIBarButtonItem)
Called when the calendar button is hit.
-
This creates a recurring event for the anniversary.
Declaration
Swift
@MainActor func makeAnniversaryEvent() -> EKEvent?
Return Value
a new EKEvent for the anniversary, or nil.