Loopwise Docs
Admin APIMutations

Event Mutations

Mutation operations for managing calendar events

The event mutations allow you to create, update, and delete calendar events within your Loopwise school. These operations enable you to programmatically manage scheduled events such as webinars, office hours, or special sessions.

All event mutations return an errors field in the response that will contain any validation or processing errors that occurred during the operation.

Available Mutations

createEvent

Note: This mutation is still under development and will be fully documented when available.

Creates a new calendar event, specifying details such as title, description, start and end times, and location or online meeting URL.

updateEvent

Note: This mutation is still under development and will be fully documented when available.

Updates an existing calendar event with new properties, such as changing the schedule or location.

deleteEvent

Note: This mutation is still under development and will be fully documented when available.

Deletes a calendar event from your school.

On this page