add-events-to-google-calendar
TypeScript icon, indicating that this package has built-in type declarations

1.1.9 • Public • Published

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

Attribute Description
startDate Start Date of the event
startTime Start Time of the event
endTime End Time of the event
endDate End Date of the event
title Title of the event
details Description of the event
location Location of the event

Add this component in your Application and pass all required parameters

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.9
    5
    • latest

Version History

Package Sidebar

Install

npm i add-events-to-google-calendar

Weekly Downloads

24

Version

1.1.9

License

none

Unpacked Size

108 kB

Total Files

26

Last publish

Collaborators

  • raj_87