# Events

> The Microsoft Teams Events activities provide methods to create, update and retrieve events.

The Microsoft Teams Events activities provide methods to create, update and retrieve events.

| Activity | Description |
| --- | --- |
| [Create Event](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-teams-create-event#create-event) | Creates a new event object in your specified team.  After creating your new event, the activity outputs the identifier as a `String` that you can use as an input variable in subsequent activities (e.g., [Delete Event](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-teams-delete-event#delete-event), ). |
| [Delete Event](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-teams-delete-event#delete-event) | Deletes an event in your specified team. |
| [Get Event](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-teams-get-event#get-event) | Retrieves an event in your specified team.  After completing the operation, the activity outputs the `Event` object that you can use as an input variable in subsequent activities. |
| [Get Events](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-teams-get-events#get-events) | Retrieves the events that match your query.  After retrieving the events, the activity returns its properties and relationships in an `Event[]` object that you can use as input variables in subsequent activities. |
| N/A | Updates an event object in your specified team. |
