package expo.modules.calendar.dialogs import expo.modules.kotlin.records.Field class CreateEventIntentResult(@Field val id: String? = null) : ViewEventIntentResult()