scheduling-basics

Explain scheduling fundamentals for event-driven booking experiences.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/andrmaz/blend --skill scheduling-basics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduling-basics
Source: https://github.com/andrmaz/blend/tree/main/packages/scheduling/docs/skills/scheduling-basics
Command: npx skills add https://github.com/andrmaz/blend --skill scheduling-basics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clarifies the scheduling domain to help teams design and implement reliable event-driven booking experiences, covering how events, availability, and coordination workflows fit together.

Core Features & Use Cases

  • Event Types: define bookable items (e.g., intro calls, demos) and how they map to users or teams.
  • Schedule Rules & Workflows: model availability, routing logic, and steps to auto-notify attendees.
  • Hosting & Teams: assign hosts and organize team-based access for shared event types.
  • Public URLs & Embedding: expose booking endpoints for users and teams.

Quick Start

Read this guide to begin modeling scheduling concepts in your app.

Frequently Asked Questions about scheduling-basics

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

FAQPage Schema
How do I set up event types for a booking system?

Event types define bookable items like intro calls or demos and map them to specific users or teams. You configure them to establish what users can schedule and how appointments are categorized.

What is a routing form in scheduling workflows?

A routing form directs users to appropriate event types based on their input. It models availability and routing logic to auto-notify attendees and ensure bookings reach the correct host or team.

How do I assign hosts and manage team-based access for shared event types?

You assign hosts and organize team-based access within the workspace core. This allows shared event types to be managed collaboratively while controlling which team members can host specific bookings.

Can I expose public booking URLs and embed scheduling endpoints for teams?

Yes, you can expose public booking endpoints for both individual users and teams. These URLs support embedding so external users can schedule events directly through your app interface.

What scheduling concepts do I need to model availability and auto-notify attendees?

You need to model schedule rules, routing logic, and notification steps. These scheduling fundamentals define availability windows and trigger automated attendee notifications when bookings are created.

Does this scheduling approach require any specific dependencies or components?

No dependencies or external components are required. The scheduling fundamentals apply directly to the workspace core, allowing you to configure event types, schedules, and bookings natively.