Overview
This site demonstrates the Quarto TOASTUI Calendar shortcode extension. Here are some of the features:
- Multiple calendar views (month, week, day)
- Customizable event rendering
- Timezone support
- Navigation controls
- Multiple calendars and colors
- The shortcode supports
- YAML metadata configuration
- Inline shortcode parameters
- Event data loaded from delimited files
- HTML and Reveal.js formats are supported

Quick Start
- Configure a calendar under toastui in YAML metadata.
- Call the shortcode with the calendar key.
---
toastui:
calendar-1:
defaultView: week
calendars:
- id: cal1
name: Personal
backgroundColor: "#03bd9e"
events:
- id: "1"
calendarId: cal1
title: "Daily Sync"
category: time
start: "2026-04-09T09:00:00"
end: "2026-04-09T09:30:00"
---
See the Usage page for usage examples and repo README.md for full list of options.