create_event_qr
Encode a calendar event into a QR code that, when scanned, adds the event to a device's calendar. Configure event title, start/end times, location, description, and customize the QR appearance with colors, dot styles, logo, and frame.
Instructions
Create a QR code that adds a calendar event when scanned. Encodes a standard iCalendar VEVENT that calendar apps can import.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Event title/summary. | |
| start | Yes | Event start date-time in ISO 8601 format (e.g. 2026-03-15T09:00:00Z). | |
| end | Yes | Event end date-time in ISO 8601 format. | |
| location | No | Event location. | |
| description | No | Event description. | |
| label | No | Label for this QR code. | |
| format | No | Image format. | svg |
| foreground_color | No | Hex color for dots. | |
| background_color | No | Hex color for background. | |
| dot_style | No | Dot shape. | |
| corner_style | No | Corner shape. | |
| logo_url | No | Logo URL or data URI. | |
| frame_style | No | Frame style around QR. | |
| frame_text | No | CTA text on frame (max 30 chars). | |
| frame_color | No | Frame background color. | |
| frame_text_color | No | Frame text color. |