neuroskill-calendar

Fetch operating system calendar events from macOS, Linux, and Windows sources.

11|4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/NeuroSkill-com/skills --skill neuroskill-calendar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neuroskill-calendar
Source: https://github.com/NeuroSkill-com/skills/tree/main/skills/neuroskill-calendar
Command: npx skills add https://github.com/NeuroSkill-com/skills --skill neuroskill-calendar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures the assistant knows the true operating system calendar entries so users get accurate schedule answers without guessing.

Core Features & Use Cases

  • Multi-platform calendar reads: Pulls macOS EventKit data, Linux .ics files, and Windows Outlook/Calendar exports to cover every local source.
  • Command handoffs for permissions and status: Provides calendar_events, calendar_status, and calendar_request_permission calls to fetch events, verify access, and recover from denied states.
  • Use Case: When someone asks for today's meetings, compute the UTC range for today, fetch overlapping events, and report confirmed, tentative, and recurring items with counts.

Quick Start

Ask the calendar integration to list today's meetings so you can answer a schedule question.

Frequently Asked Questions about neuroskill-calendar

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

FAQPage Schema
How do I read operating system calendar events to check my schedule?

Reading operating system calendar events requires fetching schedule data directly from macOS EventKit, Linux .ics files, or Windows Calendar exports to answer availability questions accurately. The integration computes overlapping events within precise UTC ranges to report meetings.

What is the best way to see upcoming meetings from a local OS calendar?

Seeing upcoming meetings from a local OS calendar involves pulling native entries to provide accurate schedule answers without guessing. It validates recurrence and status metadata to report confirmed, tentative, and recurring items with counts.

Does this calendar integration work with Linux .ics files and Windows Calendar exports?

Yes, this calendar integration works with Linux .ics files and Windows Calendar exports, alongside macOS EventKit data. It covers every local source to ensure the assistant knows true operating system calendar entries for schedule queries.

How do I handle permission checks when accessing macOS EventKit data?

Handling permission checks when accessing macOS EventKit data uses calendar_request_permission and calendar_status calls to verify access and recover from denied states. This ensures the assistant can securely fetch operating system calendar events.

Why does fetching calendar events require precise UTC ranges?

Fetching calendar events requires precise UTC ranges to accurately compute time-sensitive overlapping events and report confirmed, tentative, and recurring items. Without exact UTC boundaries, schedule availability windows and meeting statuses may be incorrect.

What are the limitations of using local OS calendar exports for availability checks?

Limitations of using local OS calendar exports include depending on manual Windows Calendar or Linux .ics file inputs rather than live syncing. Users must manage permission states and ensure exported data contains valid recurrence and status metadata for accurate results.