integrations

Coordinate calendar and video provider integrations across scheduling workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This integration framework reduces the friction of connecting calendar and video providers across scheduling apps, enabling teams to unify availability, conferencing, and booking flows.

Core Features & Use Cases

  • Unified provider adapters: a single interface for calendars and video services to plug in new providers.
  • OAuth-enabled flows: handle authentication securely across providers.
  • Pluggable provider registry: add new integrations with minimal code changes.

Quick Start

Register a new calendar or video provider by following the provider adapter scaffold in the core module.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I integrate Google Calendar and Zoom into a scheduling workflow?

A pluggable provider registry lets you add new calendar and video integrations with minimal code changes by following a consistent provider adapter scaffold within the core module.

How does OAuth handling work for multiple calendar and video providers?

OAuth handling for multiple calendar and video providers is formalized within the integration framework, enabling secure authentication across Google Calendar, Office 365, and Zoom connections.

Can I add a new video provider to an existing scheduling application?

Yes, Google Meet and built-in video options are supported alongside Office 365 Calendar and Zoom, allowing unified availability and conferencing across scheduling apps.

What is the best way to unify availability and conferencing across multiple providers?

The best way to unify availability and conferencing across providers is to use a single interface framework that reduces friction and standardizes booking flows for calendar and video services.