Type Alias CalendarNotificationType

CalendarNotificationType:
    | "booked"
    | "confirmation"
    | "cancellation"
    | "reminder"
    | "followup"
    | "reschedule"