# add_to_calendar v0.1.0 - Table of Contents

> Server-side calendar links and ICS generation for Phoenix LiveView

## Modules

- [AddToCalendar](AddToCalendar.md): Server-side calendar link and ICS generation for Phoenix LiveView apps.
- [AddToCalendar.Component](AddToCalendar.Component.md): Phoenix function component that renders a calendar-provider dropdown.
- [AddToCalendar.Event](AddToCalendar.Event.md): Struct representing a calendar event with explicit date, time, and timezone fields.
- [AddToCalendar.ICS](AddToCalendar.ICS.md): Generates iCalendar (RFC 5545) content for calendar events.

- [AddToCalendar.Providers](AddToCalendar.Providers.md): Generates calendar provider URLs for adding events to Google Calendar and Outlook.com.

