Package Information
Released: 4/24/2025
Downloads: 6 weekly / 37 monthly
Latest Version: 0.1.4
Author: rafiopy
Available Nodes
Documentation
RFCALENDAR Nodes for n8n
This package contains nodes to interact with your own personalized RFCALENDAR - a self-hosted calendar solution that you can customize to your needs.
About RFCALENDAR
RFCALENDAR is a customizable calendar solution that you can host yourself and fully personalize. For more information about the calendar service, visit:
Prerequisites
- n8n version 1.79.0 or later
- A running RFCALENDAR instance (see website for hosting instructions)
- API access to your RFCALENDAR instance
Installation
Community Nodes (Recommended)
For users with n8n 0.187.0+:
- Open your n8n instance
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-rfcalendar
in the input field - Agree to the risks of using community nodes
- Click Install
Features
This package provides nodes to manage your self-hosted calendar:
- RFCALENDAR: Create Event - Create new calendar events with support for recurrence rules
- RFCALENDAR: Get Events - Retrieve calendar events for a specific time range
- RFCALENDAR: Update Event - Modify existing calendar events including recurrence settings
- RFCALENDAR: Delete Event - Remove calendar events
- RFCALENDAR: Get Event Details - Get comprehensive information about a specific event
- RFCALENDAR: Check Availability - Verify if a time slot is available
Using with Your Own Calendar
These nodes are designed to work with your own RFCALENDAR instance:
- Set up your RFCALENDAR instance following the instructions at https://rfcal.mrrafiopy.top
- Obtain your API key from your RFCALENDAR dashboard
- Configure the RFCALENDAR credentials in n8n with your API key and instance URL
- Start automating your personalized calendar!
Using Nodes as AI Tools
These nodes are configured to be usable as tools by AI agents. To enable this functionality:
- Set the environment variable
N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true
in your n8n environment - Add the desired RFCALENDAR nodes to your AI agent's tools
- Ensure you've configured the RFCALENDAR credentials properly
Example Usage in AI Agents
AI agents can use these tools to perform operations with your personalized calendar:
Find my schedule for next week and create a recurring meeting on Mondays, Wednesdays, and Fridays at 2pm.
Credentials
To connect to your RFCALENDAR instance:
- Go to Credentials in n8n
- Select Create New
- Search for "RFCALENDAR"
- Enter your API Key and Base URL (the URL of your RFCALENDAR instance)
- Save the credentials
License
MIT