const calendarEventDeletePropsSchema: JSONSchemaType<CalendarEventDeleteProps> = {
    type: 'object',
    properties: {
        eventId: {
            type: 'string',