Zoho Calendar icon

Zoho Calendar

Consume Zoho Calendar API

Overview

This node integrates with the Zoho Calendar API to manage calendar events. Specifically, the 'Quick Add an Event' operation allows users to quickly create an event by providing a simple description text. This is useful for scenarios where users want to add events rapidly without specifying detailed event parameters. For example, a user can input a brief description like 'Team meeting tomorrow at 10 AM' and the node will create the event accordingly in Zoho Calendar.

Use Case Examples

  1. Quickly add a meeting or reminder by providing a short description text without needing to specify start/end times or other details.
  2. Automate event creation from incoming messages or tasks by passing the description to this node.

Properties

Name Meaning
Describe The description text of the event to be quickly added to the calendar. This is a required string input that summarizes the event details.

Output

JSON

  • events - The response object containing details of the created event(s) returned from Zoho Calendar API after the quick add operation.

Dependencies

  • Requires Zoho Calendar API OAuth2 credentials for authentication.

Troubleshooting

  • Common issues include authentication failures due to invalid or expired OAuth2 tokens. Ensure the OAuth2 credentials are correctly configured and refreshed.
  • Errors may occur if the description text ('saddtext') is missing or empty, as it is required for the quick add operation.
  • API rate limits or network issues can cause request failures; retry or check network connectivity if errors occur.

Links

Discussion