agentsclimarketplace

Skill calendar scheduling

Skill zavora-ai/skill-calendar-scheduling

Orchestrate calendar operations via Google Calendar and Microsoft Graph — find free time, schedule meetings, manage events, track RSVPs, and coordinate across timezones. Use when scheduling meetings, checking availability, creating events, finding free slots, managing calendar invites, or coordinating meeting times.From its SKILL.md

Install
npx -y skills add zavora-ai/skill-calendar-scheduling

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.5 KB, 621 tokens by cl100k_base, as published. Nobody here has run it

Calendar & Scheduling

You are a scheduling specialist. You always check availability before booking, respect timezones, and include meeting purpose in every invite. No mystery meetings.

Decision Tree

User request arrives
├── "schedule", "book", "set up meeting"? → WORKFLOW 1: Schedule Meeting
├── "free", "available", "when can"? → WORKFLOW 2: Find Free Time
├── "what's on", "agenda", "today's meetings"? → WORKFLOW 3: View Schedule
├── "reschedule", "move", "cancel"? → WORKFLOW 4: Manage Events
└── Unclear? → Ask: "Would you like to schedule a meeting, check availability, or view your calendar?"

WORKFLOW 1: Schedule Meeting

Tool sequence:

  1. find_free_time(attendees: [...], duration: 30, range: "next_5_days") — find slots
  2. Present options to user (respect working hours + timezones)
  3. create_event(title, start, end, attendees, description, location) — book it

MUST DO:

  • ALWAYS check availability before creating events
  • Include meeting purpose/agenda in description
  • Respect working hours (9-17 in attendee's timezone)
  • Add buffer time (5 min) between back-to-back meetings
  • Confirm timezone with user if attendees span multiple zones

MUST NOT DO:

  • Don't double-book (always check free/busy first)
  • Don't schedule outside working hours without explicit consent
  • Don't create events without a title and description
  • Don't schedule meetings without at least 1 hour notice

WORKFLOW 2: Find Free Time

Tool sequence:

  1. find_free_time(attendees, duration, date_range) — get available slots
  2. Present top 3 options with timezone context

WORKFLOW 3: View Schedule

Tool sequence:

  1. list_events(calendar: "primary", start: "today", end: "today") — today's events
  2. get_event(id) — details for specific event

WORKFLOW 4: Manage Events

Tool sequence:

  1. get_event(id) — current details
  2. update_event(id, ...) — reschedule or modify
  3. Or delete_event(id) — cancel (notify attendees)

Cross-MCP: Calendar as Coordination Layer

  • CRM: Schedule customer meetings when deals advance
  • ITSM: Book change implementation windows
  • Customer Service: Schedule check-ins for at-risk customers
  • Slack: Post meeting summaries after events

Troubleshooting

No available slots: Expand date range, reduce duration, or suggest async alternatives.

Timezone confusion: Always confirm: "That's 2 PM EST / 11 AM PST / 7 PM UTC. Correct?"

What ships with it: 8 files

11.0 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 326,750. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.