@fullcalendar/google-calendar
TypeScript icon, indicating that this package has built-in type declarations

6.1.17 • Public • Published

FullCalendar Google Calendar Plugin

Display events from a public Google Calendar feed

Installation

Install the FullCalendar core package, the Google Calendar plugin, and any other plugins (like daygrid):

npm install @fullcalendar/core @fullcalendar/google-calendar @fullcalendar/daygrid

Usage

Instantiate a Calendar with the necessary plugin:

import { Calendar } from '@fullcalendar/core'
import googleCalendarPlugin from '@fullcalendar/google-calendar'
import dayGridPlugin from '@fullcalendar/daygrid'

const calendarEl = document.getElementById('calendar')
const calendar = new Calendar(calendarEl, {
  plugins: [
    googleCalendarPlugin,
    dayGridPlugin
  ],
  initialView: 'dayGridMonth',
  events: {
    googleCalendarId: 'abcd1234@group.calendar.google.com'
  }
})

calendar.render()

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
6.1.171,253latest
5.11.5647legacy
7.0.0-rc.00rc
7.0.0-beta.40beta

Version History

VersionDownloads (Last 7 Days)Published
6.1.171,253
7.0.0-rc.00
7.0.0-beta.40
7.0.0-beta.30
7.0.0-beta.10
7.0.0-beta.00
6.1.154,148
6.1.14168
6.1.135
6.1.122
6.1.11108
6.1.10783
6.1.928
6.1.877
6.1.71
5.11.5647
6.1.66
6.1.575
6.1.48
6.1.30
6.1.16
6.1.00
5.11.4195
6.0.30
6.0.27
6.0.15
6.0.01
6.0.0-beta.40
6.0.0-beta.30
6.0.0-beta.20
5.11.3203
6.0.0-beta.10
5.11.210
5.11.040
5.10.164
5.10.00
5.9.0115
5.8.00
5.7.20
5.7.04
5.6.01
5.5.04
5.4.028
5.3.11
5.3.01
5.2.01
5.1.00
5.0.00
5.0.0-rc0
4.4.27,279
5.0.0-beta.41
5.0.0-beta.30
5.0.0-beta.20
5.0.0-beta.10
4.4.0235
4.3.0173
4.2.024
4.1.00
4.0.125
4.0.0-beta.41
4.0.0-beta.30
4.0.0-beta.21

Package Sidebar

Install

npm i @fullcalendar/google-calendar

Weekly Downloads

12,509

Version

6.1.17

License

MIT

Unpacked Size

23.5 kB

Total Files

8

Last publish

Collaborators

  • arshaw