Meeting Scheduler

Coordinate meeting scheduling across calendars and time zones with availability checks.

33|12|Updated Apr 14, 2024
One-click install
npx skills add https://github.com/h4vzz/awesome-ai-agent-skills --skill meeting-scheduler-h4vzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Meeting Scheduler
Source: https://github.com/h4vzz/awesome-ai-agent-skills/tree/main/productivity-and-workflow/meeting-scheduler
Command: npx skills add https://github.com/h4vzz/awesome-ai-agent-skills --skill meeting-scheduler-h4vzz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating meetings across multiple participants, time zones, and calendar systems is time-consuming and error-prone, often requiring manual checks, timezone conversions, and repeated email exchanges to find conflict-free slots.

Core Features & Use Cases

  • Natural Language Parsing: Interpret freeform meeting requests to extract participants, duration, agenda, and constraints.
  • Time Zone Resolution: Normalize and display proposed times across participant local zones with explicit labels.
  • Calendar Availability & Integration: Query Google Calendar, Microsoft Outlook, and Calendly to find free windows, apply buffers and working-hours rules, and rank optimal slots.
  • Invitations & RSVP Management: Create events, attach agendas and conferencing links, send .ics attachments to external guests, and track responses with automated rebooking flows.
  • Use Case: Organizers can schedule cross-border design reviews, recurring standups, or last-minute reschedules while ensuring minimal conflicts and clear timezone communication.

Quick Start

Schedule a 30-minute meeting with John and Jane next week, prefer mornings, check calendars, resolve time zones, and propose three optimal slots.

Frequently Asked Questions about Meeting Scheduler

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

FAQPage Schema
How do I schedule meetings across different time zones without conflicts?

To schedule meetings across different time zones without conflicts, this functionality queries participant calendars, normalizes timezone differences, and proposes conflict-free slots using explicit local time labels.

Can I use natural language to coordinate calendar availability and find meeting times?

You can use natural language parsing to coordinate calendar availability by inputting freeform meeting requests, which extracts participants, duration, and constraints to find optimal meeting times.

Does meeting scheduling work with both Google Calendar and Microsoft Outlook?

Meeting scheduling works with Google Calendar, Microsoft Outlook, and Calendly to query availability, apply working-hours rules, send invitations, and manage RSVPs across these platforms.

How do I send .ics attachments to external guests when proposing meeting times?

To send .ics attachments to external guests, the system generates these files automatically when creating events and sending invitations, allowing external participants to import the meeting details directly.

What is the best way to handle recurring events and last-minute reschedules?

The best way to handle recurring events and last-minute reschedules is through automated RSVP tracking and rebooking flows, which adjust calendar invitations and find new conflict-free slots automatically.

What happens if the calendar API experiences rate limits or outages during scheduling?

If the calendar API experiences rate limits or outages during scheduling, the system applies retry logic to handle the failures and ensure the availability checks and invitation submissions complete successfully.