1.1.9 • Published 5 years ago

add-events-to-google-calendar v1.1.9

Weekly downloads
68
License
-
Repository
github
Last release
5 years ago

add-events-to-google-calendar

An Angular component to add events to google calendar.

Installation

1) Run npm i add-events-to-google-calendar 2) import { AddToCalendarModule } from 'add-events-to-google-calendar'; in app.module.ts file 3) imports: [ ...., AddToCalendarModule ], in @NgModule in app.module.ts file

Example

<app-add-to-calendar [startDate]='"8/25/2019"' [startTime]='"5:00 pm"' [endDate]='"8/25/2019"' [endTime]='"8:00 pm"' [title]='"Angular Google Event Component"' [details]='"Angular Google Event Component"' [location]='"The Bar, New York, NY"'></app-add-to-calendar>

Attributes

AttributeDescription
startDateStart Date of the event
startTimeStart Time of the event
endTimeEnd Time of the event
endDateEnd Date of the event
titleTitle of the event
detailsDescription of the event
locationLocation of the event

Add this component in your Application and pass all required parameters

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago