A library for adding events to popular calendar apps.
It supports .ics files for iCalendar and Office Outlook, and also supports Google Calendar, Yahoo! Calendar and Outlook Online.
See the full documentation โ
Try the online calendar generators โ
yarn add datebook
import { ICalendar } from 'datebook'
const icalendar = new ICalendar({
title: 'Happy Hour',
location: 'The Bar, New York, NY',
description: 'Let\'s blow off some steam with a tall cold one!',
start: new Date('2022-07-08T19:00:00'),
end: new Date('2022-07-08T23:30:00'),
recurrence: {
frequency: 'WEEKLY',
interval: 2
}
})
icalendar.download()
The latest versions of all major browsers are supported.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|---|
Yes โ | 20+ โ | 11+ โ | Yes โ | 15+ โ | 10.1+ โ |