ios-device-verification

Verify CalDAV server implementations on iOS devices and simulators.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/gigun-dev/caldav --skill ios-device-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-device-verification
Source: https://github.com/gigun-dev/caldav/tree/main/.claude/skills/ios-device-verification
Command: npx skills add https://github.com/gigun-dev/caldav --skill ios-device-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves the complexity of configuring and verifying CalDAV server connectivity on iOS devices, specifically addressing recent UI changes in iOS 26 and the technical requirements for proxying and tunneling local development environments.

Core Features & Use Cases

  • Configuration Guidance: Provides step-by-step instructions for navigating the updated iOS 26 account settings to successfully add CalDAV servers.
  • Environment Orchestration: Defines the necessary command sequence to launch local development tunnels and proxies required for real-device synchronization.
  • Use Case: When developing a CalDAV server, use this skill to quickly set up an iPhone or Simulator to test live calendar synchronization, push notifications, and background sync behavior.

Quick Start

Ask the assistant to provide the current connection information and the specific make commands required to launch the local tunnel and proxy for your iOS device.

Frequently Asked Questions about ios-device-verification

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

FAQPage Schema
How do I test CalDAV server synchronization on an iOS device?

You can test CalDAV synchronization on iOS by coordinating local development tunnels and proxy configurations to connect your device to the server. This process verifies calendar sync, push notifications, and background timing.

How do I add a CalDAV account on iOS 26?

Adding a CalDAV account on iOS 26 requires navigating the updated account settings UI. The Skill provides specific configuration guidance and step-by-step instructions for the recent UI changes to successfully connect your server.

Do I need cloudflared and wrangler to test local CalDAV push notifications on iOS?

Yes, you need cloudflared and wrangler to establish a secure connection for testing local CalDAV push notifications on iOS. These tools, along with specific local environment variables, orchestrate the required development tunnels and proxies.

Can I verify CalDAV background sync behavior on an iOS simulator?

Yes, you can verify CalDAV background sync behavior on an iOS simulator. The Skill facilitates validation on both iOS hardware and simulators by orchestrating local development tunnels and proxy configurations for testing.

Why is my local CalDAV server not connecting to my iPhone?

Your local CalDAV server may not connect to your iPhone if the secure tunnel and proxy are not established correctly. You must run specific make commands and set local environment variables to bridge the iOS device and development server.