.. _quickstart-event-handbook: Events Handbook ============================ Events are used throughout the Canvas Core as the way to interact and modify behaviour of the rest of the system. This Handbook aims to give you a list and small description of all events dispatched by our APIs. For more information about events and how to use them, check their documentation page :ref:`here ` Goal Events ------------ .. automodule:: canvas_core.goals.events :members: :noindex: Note Events -------------- .. automodule:: canvas_core.notes.events :members: :noindex: Plugin Events -------------- .. automodule:: canvas_core.plugins.events :members: :noindex: Record Events ------------- .. automodule:: canvas_core.events.records :members: :noindex: Search Events ------------- .. automodule:: canvas_core.search.events :members: :noindex: Templating Events ----------------- .. automodule:: canvas_core.templating.events :members: :noindex: