@backstage-community/plugin-gcalendar
TypeScript icon, indicating that this package has built-in type declarations

0.3.30 • Public • Published

Google calendar plugin

Plugin displays events from google calendar

Getting started

The plugin exports HomePageCalendar widget for the Homepage. If your homepage is not static JSX add gcalendarApiRef to the App's apis.ts:

import {
  GCalendarApiClient,
  gcalendarApiRef,
} from '@backstage-community/plugin-gcalendar';

export const apis = [
  // ...
  createApiFactory({
    api: gcalendarApiRef,
    deps: { authApi: googleAuthApiRef, fetchApi: fetchApiRef },
    factory: deps => new GCalendarApiClient(deps),
  }),
];

You can also serve the plugin in isolation by running yarn start in the plugin directory. This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads. It is only meant for local development, and the setup for it can be found inside the /dev directory.

Readme

Keywords

none

Package Sidebar

Install

npm i @backstage-community/plugin-gcalendar

Homepage

backstage.io

Weekly Downloads

737

Version

0.3.30

License

Apache-2.0

Unpacked Size

127 kB

Total Files

44

Last publish

Collaborators

  • patriko