import AddToCalendar from "react-add-to-calendar";
import * as React from "react";
const sampleEvent = {
title: 'Sample Event',
description: 'This is the sample event provided as an example only',
location: 'Portland, OR',
startTime: '2016-09-16T20:15:00-04:00',
endTime: '2016-09-16T21:45:00-04:00'
};
const AddToCalendarRequiredOptions: JSX.Element = (
);
const AddToCalendarAllOptions: JSX.Element = (
);