# Event workflows The Event APIs use [chained workflows](/spotnana/chained_workflows) to accomplish specific tasks (e.g., Create an event). The following are the workflows used when working with Events APIs. - [Creating and publishing an event](/spotnana/event_creating_workflow) - [Canceling an event](/spotnana/event_cancel_workflow) - [Deleting an event](/spotnana/event_deletion_workflow) - [Editing an event](/spotnana/event_editing_workflow) - [Listing and viewing event summaries](/spotnana/event_list_workflow) - [Viewing a specific event and its details](/spotnana/event_view_workflow) > **Note:** Each of these tasks are accomplished by using different Event, Trip and Company APIs that follow [chained workflows](/spotnana/chained_workflows). Click on the topics above to understand more about the tasks and their workflow.