AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. updateCalendarEventData

updateCalendarEventData: CalendarEvent!

This mutation is used to update the details of a single calendar event. Return information can include details about the updated event. **Returns:** Returns the new updated event details.

wholeSeries: Boolean!

The boolean that determines if the whole series of reoccurring events is updated or just the single selected event.

id: UUID!

The calendar event ID used to search the database.

input: CalendarEventDataInput!

The new calendar event details. This will include data input fields such as event name, notes, resolutions.