Zoho Calendar icon

Zoho Calendar

Consume Zoho Calendar API

Overview

This node interacts with the Zoho Calendar API to manage calendar events. Specifically, for the 'Delete an Event' operation, it deletes a specified event from a selected calendar. This is useful for automating calendar management tasks such as removing outdated or canceled events. For example, a user can automate the deletion of events that are no longer relevant or have been rescheduled.

Use Case Examples

  1. Automate deletion of canceled meetings from a team calendar.
  2. Remove outdated events from a personal calendar to keep it clean.

Properties

Name Meaning
Calendar The calendar from which the event will be deleted. The user must select a calendar to connect to.
Event The specific event to delete within the selected calendar. The user must select the event to be deleted.

Output

JSON

  • events - The response containing details of the deleted event(s) returned from the Zoho Calendar API.

Dependencies

  • Requires Zoho Calendar API OAuth2 credentials for authentication.

Troubleshooting

  • Common issues include invalid calendar or event IDs, which will cause the API request to fail. Ensure the selected calendar and event exist and the user has permission to delete the event.
  • If the event's ETag value is outdated or incorrect, the deletion may fail. The node fetches the current ETag before deletion to prevent this issue.

Links

Discussion