n8n-nodes-zoho-calendar
v0.2.3
Published
A community node for Zoho Calendar
Downloads
25
Maintainers
Keywords
Readme
Table of Contents
- Table of Contents
- Overview of Community Zoho Calendar n8n Node
- If you want a custom node
- Bugs/Contributing/Feature Request
- Roadmap
- Documentation
Overview of Community Zoho Calendar n8n Node
I created this node because an organization I am affiliated with uses Zoho software and I would like to make it easier for our users to automate with n8n.
Also, many of my clients use Zoho products, so making a suite of Zoho nodes will help get them aboard the n8n train! Choo chooooo 🚂
I will focus more on the documentation and readme after I am finished making the functionality of the actual node.
If you want a custom node
Please reach out to me using the info on my GitHub page.
Nodes can be built for the community as well as privately just for one organization.
Bugs/Contributing/Feature Request
If you have a bug to report or a feature request, please submit a GitHub issue with as much detail as you're able to give.
Feel free to submit PRs, but please get in touch with me first to make sure I am willing to add the feature before you spend the time on it.
Roadmap
Here are some things I am working on bringing to this node:
- Ability to upload attachments with create and update operation
- Ability to delete attachments with update operation
- Create Calendar operations (such as list calendars and get calendar details)
- Clean up code and project files
Documentation
How to install
This can only be installed if you are self-hosted.
- In n8n, go to the settings
- On the bottom of the left sidebar, press "Community nodes"
- Press the Install button and add the package name
n8n-nodes-zoho-calendar
- Check the box and press install. It should now be available for you to use in workflows
Set Up Credentials
Go to create a new credential in n8n It is named "Zoho Calendar OAuth2 API"
Set up your Zoho OAuth Client
Go here and create a "Server-based Application"
In the homepage url field add your n8n instances url.
In the Authorized Redirect URIs field, add the redirect URI from the n8n credential page as well as https://calendar.zoho.com/
Then press the "Create" button
Copy and Paste your client and secret ID into n8n's credential page
Press the Connect My Account button and agree to the popup
General
Get Calendar UID
Go to your Zoho Calendar homepage and go to settings (the gear icon)
Click on "My Calendars" on the right sidebar
Click on your desired calendar and scroll to the bottom. Your UID will be the last field on the page
Get Event UID
There is no obvious way to get an event's uid in Zoho's interface.
You can get it using the node the following ways:
- Get it from the response when creating a new event
- Get it from the response of get events list node with a search
Event Actions
Create an event
Create an event with an unknown number of attendees
Add a link here to a template showing how to do this using a custom loop
Move Event
Delete Event
Update Event
Get Events List
Search Results Ordering:
Search results are ordered chronologically, with earlier events appearing first (e.g., the event at index 0 precedes the event at index 1).
Date Range Limitation: The search range must not exceed 31 days to ensure efficient query performance and manageable result sizes.
Time Zone Handling:
Default Time Zone: In the absence of a specified time zone, all times will default to Coordinated Universal Time (UTC).
Impact on Searches: The specified time zone affects both the search criteria and the formatting of times in the search results. The times displayed in the results will align with the time zone used in the search query.
Event Inclusion Criteria:
An event is included in the search results if it occurs at any point within the specified search period, with one exception related to exact end times:
Events Ending at the Search Start Time: An event that concludes precisely at the search period's start time will not be included in the results. For example, an event ending at 4:00pm will not appear in the results if the search begins at 4:00pm. However, adjusting the search start to even a second earlier (e.g., 3:59:59pm) will include the event in the results.