n8n-nodes-caldav2
v0.1.2
Published
A node for n8n to interact with CalDAV calendars
Maintainers
Keywords
Readme
n8n-nodes-caldav
AKA n8n-nodes-caldav2
This is an n8n community node. It lets you use CalDAV calendars in your n8n workflows.
CalDAV is a protocol for storing and sharing calendars.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- List all calendars
- Fetch events from a calendar
- Create an event
- Update an event
- Delete an event
Credentials
You need to provide the following information to connect to your CalDAV server:
- CalDAV Server URL: The URL of your CalDAV server (e.g.,
https://caldav.example.com/dav/) - Username: Your CalDAV account username
- Password: Your CalDAV account password (note this can be an app-specific password you can generate)
Most CalDAV servers require Basic Authentication. If your server uses a different authentication method, please check the documentation for your specific CalDAV provider. OAuth is not supported.
Compatibility
This node is has been tested against n8n 1.92.2.
