--- route: /components/add-to-calendar menu: Components --- import { Playground, Props } from 'docz'; import { AddToCalendar } from './AddToCalendar.tsx'; import { Text } from './Text.tsx'; # AddToCalendar It allows to define an event that a user can quickly add to her/his own calendar, we support Google, Apple and Outlook calendars. Internally this component uses [`Card`](/components/card), [`CardHeader`](/components/card-header) and [`ButtonList`](/components/button-list), therefore styles are inherited from those. ## Properties ## MML string ```xml ``` ## Usage ### Basic `} />