Event Details
Date & Time
- Start:
- End:
Location
Conference Room AOrganizer
- Name:
- John Doe
- Email:
- john.doe@example.com
Reminders
- DISPLAY -PT15M Meeting starts in 15 minutes
- EMAIL -PT1H Don't forget about the meeting in 1 hour
- AUDIO -PT5M
This is a meeting that demonstrates VALARM functionality with multiple types of alarms:
The alarms are configured in the front matter and will be included in the generated iCalendar file.
Front matter:
title: "Meeting with Alarm Reminders"
startDate: "2025-01-15T14:00:00"
endDate: "2025-01-15T15:30:00"
location: "Conference Room A"
orga: "John Doe"
orgaEmail: "john.doe@example.com"
alarms:
- action: "DISPLAY"
trigger:
duration: "-PT15M"
description:
text: "Meeting starts in 15 minutes"
lang: "en"
- action: "EMAIL"
trigger:
duration: "-PT1H"
description:
text: "Don't forget about the meeting in 1 hour"
lang: "en"
summary:
text: "Meeting Reminder"
lang: "en"
attendee:
- email: "john.doe@example.com"
commonName: "John Doe"
- email: "jane.smith@example.com"
commonName: "Jane Smith"
- action: "AUDIO"
trigger:
duration: "-PT5M"
attach:
uri: "file:///System/Library/Sounds/Glass.aiff"
mediaType: "audio/aiff"