clawhub-calDAV-calendar

Retrieve CalDAV calendar events and summarize dates, titles, and times.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/bobvarkey/diabetes-buddy --skill clawhub-caldav-calendar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub-calDAV-calendar
Source: https://github.com/bobvarkey/diabetes-buddy/tree/main/skills/clawhub/calDAV-calendar
Command: npx skills add https://github.com/bobvarkey/diabetes-buddy --skill clawhub-caldav-calendar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CalDAV calendars are often hard to access from automated workflows, leading to manual data gathering and fragmented scheduling insights. This skill provides seamless calendar access and automated event summarization within OpenClaw, enabling more reliable and timely calendar-driven decisions.

Core Features & Use Cases

  • CalDAV calendar access from within OpenClaw workflows
  • Automatic summarization of events (dates, titles, times) for quick review
  • Use cases include daily standups, meeting planning, and schedule-based automation in OpenClaw

Quick Start

Fetch upcoming CalDAV events from your server and surface a concise summary in your OpenClaw workflow.

Frequently Asked Questions about clawhub-calDAV-calendar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch and summarize CalDAV calendar events in automated workflows?

You can fetch and summarize CalDAV calendar events by integrating an automation skill that retrieves event data via CalDAV protocols and generates concise summaries of dates, titles, and times for quick review.

What credentials do I need to access a CalDAV calendar from an automation pipeline?

Accessing a CalDAV calendar requires three environment variables: CALDAV_USERNAME, CALDAV_PASSWORD, and CALDAV_URL. These credentials ensure secure event retrieval from your CalDAV server within your automation workflow.

Can I use CalDAV calendar data for daily standup and meeting planning automations?

Yes, CalDAV calendar data is well-suited for daily standups, meeting planning, and schedule-based automation. The skill retrieves upcoming events and surfaces concise summaries to support timely scheduling decisions.

What's the best way to integrate CalDAV calendar access with OpenClaw workflows?

The best way to integrate CalDAV access with OpenClaw is using a dedicated skill that automates event retrieval and summarization. It bridges CalDAV servers and OpenClaw pipelines, eliminating manual data gathering.

Why does my CalDAV event retrieval fail in automation pipelines?

CalDAV event retrieval typically fails when credentials are missing or incorrectly configured. Ensure CALDAV_USERNAME, CALDAV_PASSWORD, and CALDAV_URL are properly supplied as environment variables to enable secure authentication.

How does automatic event summarization work for CalDAV calendars?

Automatic event summarization extracts key details like dates, titles, and times from retrieved CalDAV calendar entries. It condenses this data into a concise summary, enabling quick review without manually parsing raw calendar feeds.