Public
Edited
Aug 20, 2020
3 forks
Importers
3 stars
Insert cell
Insert cell
Insert cell
calendarLink({
start,
end,
allDay: false,
title: "Test Calendar Event",
description: "Hello, world!",
url: "https://observablehq.com/",
location: "Online",
filename: "hello-world.ics",
label: "Download a Test Event",
attributes: {
class: "hello-world"
}
})
Insert cell
Insert cell
googleCalendarLink({
start,
end,
allDay: true,
title: "Test Calendar Event",
description: "Hello, world!",
location: "Online",
label: "Add a Test Event to Google Calendar",
url: "https://observablehq.com/",
attributes: {
class: "testing"
}
})
Insert cell
Insert cell
outlookLink({
start,
end,
allDay: false,
title: "Test Calendar Event",
description: "Hello, world!",
location: "Online",
label: "Add a Test Event to Outlook",
attributes: {
class: "outlook"
}
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more