Skip to content

Event Mutations

Important: The Teachify Admin API is currently under development and not yet available for public use. This documentation is provided for preview purposes only.

Overview

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

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.

Error Handling

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

For more information about the Teachify Admin API, please refer to the API Overview.