calendar

Visualizes calendars and selects time slots across multiple schedules.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/miketui/Last --skill calendar-miketui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendar
Source: https://github.com/miketui/Last/tree/main/canvas/skills/calendar
Command: npx skills add https://github.com/miketui/Last --skill calendar-miketui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling is tedious when coordinating multiple calendars; this skill visualizes calendars and lets users pick time slots.

Core Features & Use Cases

  • Calendar display: view events in a timeline or weekly view.
  • Meeting picker: interactively select available slots across calendars.
  • Use Case: coordinate a 30-minute planning session with teammates by selecting a free slot across Alice and Bob.

Quick Start

Use the calendar skill to display your week and select an open 30-minute slot from Alice's and Bob's calendars.

Frequently Asked Questions about calendar

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

FAQPage Schema
How do I interactively schedule meetings across multiple calendars?

You can interactively schedule meetings by running the CLI with bun, loading an events config, and using keyboard or mouse controls to select an available time slot across multiple calendars.

What is the best way to visualize calendar events and pick a free time slot?

Visualizing calendar events in a timeline or weekly view provides an interactive display to find free time slots. You can navigate the schedule and select an open slot directly from the rendered interface.

Can I use keyboard and mouse controls to select meeting times in a CLI?

Yes, you can use keyboard and mouse controls to select meeting times in a CLI. The interactive meeting-picker runs via bun and accepts these inputs directly in the terminal to navigate calendar views and choose slots.

Do I need bun to run the interactive calendar CLI?

Yes, you need bun to run the interactive calendar CLI. The scheduling tool uses bun to execute the command-line interface that renders the calendar views and processes the interactive time-slot selection.

How do I display events for multiple teammates to coordinate a planning session?

To display events for multiple teammates, you provide an events config to the CLI. The skill renders a weekly or timeline view of those calendars so you can visually coordinate and select a free slot for a planning session.