---
title: HMCalendarEvent
framework: homekit
role: symbol
role_heading: Class
path: homekit/hmcalendarevent
---

# HMCalendarEvent

An event that fires at a specified time.

## Declaration

```swift
class HMCalendarEvent
```

## Topics

### Creating a calendar event

- [init(fire:)](homekit/hmcalendarevent/init(fire:).md)

### Inspecting the calendar event

- [fireDateComponents](homekit/hmcalendarevent/firedatecomponents.md)

### Initializers

- [init(fireDateComponents:)](homekit/hmcalendarevent/init(firedatecomponents:).md)

## Relationships

### Inherits From

- [HMTimeEvent](homekit/hmtimeevent.md)

### Inherited By

- [HMMutableCalendarEvent](homekit/hmmutablecalendarevent.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSMutableCopying](foundation/nsmutablecopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Dates and times

- [HMMutableCalendarEvent](homekit/hmmutablecalendarevent.md)
- [HMTimeEvent](homekit/hmtimeevent.md)
