0.0.2 • Published 4 years ago

vue-add-events-to-google-calendar v0.0.2

Weekly downloads
25
License
-
Repository
github
Last release
4 years ago

vue-add-events-to-google-calendar

An Vue component to add events to google calendar.

Installation

npm install vue-add-events-to-google-calendar@latest

Example

import { AddToCalendar } from 'add-to-calender';

<AddToCalendar
    :buttonText: "Add to calendar",
    :details: "Details of event",
    :endTime: "new Date('11/22/2019 5:00 pm')",
    :location: "'mumbai'",
    :startTime: "new Date('11/25/2019 6:00 pm')",
    :title: "'Excellencia'",
  />

Props

PropDescriptionRequired
buttonTextText on buttonfalse
detailsDescription of the eventfalse
endTimeEnd Date and time of the eventtrue
locationLocation of the eventfalse
startTimeStart date and time of the eventtrue
titleTitle of the eventtrue
0.0.2

4 years ago

0.0.1

4 years ago