createCalendarEvent: CalendarEventDefinition!

This mutation is used to create a new calendar events. Return information can include details about the newly created event. **Returns:** Returns newly created event details.

eventName: String!

tenantId: UUID!

personId: UUID

startDateTime: DateTime!

endDateTime: DateTime!

notes: String

location: String

tag: String

occurrencesCount: Int!

recurrence: CrontabSchedule

caseId: UUID

eventType: String!