0.3.28 • Published 19 days ago

@backstage/plugin-gcalendar v0.3.28

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
19 days ago

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/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.

0.3.28

21 days ago

0.3.27

24 days ago

0.3.27-next.0

1 month ago

0.3.26

1 month ago

0.3.25

2 months ago

0.3.24

2 months ago

0.3.24-next.2

2 months ago

0.3.24-next.1

2 months ago

0.3.24-next.0

2 months ago

0.3.23

3 months ago

0.3.23-next.2

3 months ago

0.3.23-next.1

3 months ago

0.3.23-next.0

3 months ago

0.3.22

4 months ago

0.3.22-next.1

4 months ago

0.3.22-next.0

5 months ago

0.3.21

5 months ago

0.3.21-next.3

5 months ago

0.3.21-next.2

5 months ago

0.3.21-next.1

5 months ago

0.3.19-next.2

7 months ago

0.3.19-next.1

7 months ago

0.3.19-next.0

8 months ago

0.3.20-next.2

6 months ago

0.3.20-next.1

6 months ago

0.3.20-next.0

7 months ago

0.3.16-next.2

10 months ago

0.3.16-next.1

10 months ago

0.3.17-next.0

10 months ago

0.3.17-next.1

9 months ago

0.3.20

6 months ago

0.3.19

7 months ago

0.3.18

8 months ago

0.3.17

9 months ago

0.3.16

10 months ago

0.3.18-next.1

9 months ago

0.3.18-next.0

9 months ago

0.3.18-next.3

8 months ago

0.3.18-next.2

8 months ago

0.3.21-next.0

6 months ago

0.3.15-next.2

11 months ago

0.3.15-next.3

11 months ago

0.3.16-next.0

11 months ago

0.3.15

11 months ago

0.3.15-next.0

12 months ago

0.3.15-next.1

12 months ago

0.3.14

12 months ago

0.3.14-next.1

1 year ago

0.3.14-next.0

1 year ago

0.3.13-next.3

1 year ago

0.3.13

1 year ago

0.3.13-next.0

1 year ago

0.3.13-next.1

1 year ago

0.3.13-next.2

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.12-next.0

1 year ago

0.3.12-next.1

1 year ago

0.3.12-next.2

1 year ago

0.3.11-next.0

1 year ago

0.3.11-next.1

1 year ago

0.3.10

1 year ago

0.3.10-next.1

1 year ago

0.3.10-next.2

1 year ago

0.3.8-next.1

1 year ago

0.3.8-next.2

1 year ago

0.3.8-next.3

1 year ago

0.3.8-next.4

1 year ago

0.3.8-next.0

1 year ago

0.3.6

2 years ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.7-next.1

2 years ago

0.3.7-next.0

2 years ago

0.3.9

1 year ago

0.3.10-next.0

1 year ago

0.3.6-next.1

2 years ago

0.3.6-next.2

2 years ago

0.3.6-next.0

2 years ago

0.3.5

2 years ago

0.3.5-next.2

2 years ago

0.3.5-next.3

2 years ago

0.3.5-next.0

2 years ago

0.3.5-next.1

2 years ago

0.3.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.3-next.2

2 years ago

0.3.4-next.1

2 years ago

0.3.3-next.3

2 years ago

0.3.2-next.1

2 years ago

0.3.3-next.0

2 years ago

0.3.2-next.0

2 years ago

0.3.3-next.1

2 years ago

0.3.4-next.0

2 years ago

0.3.1

2 years ago

0.3.1-next.0

2 years ago

0.3.1-next.1

2 years ago

0.3.0

2 years ago

0.3.0-next.2

2 years ago

0.3.0-next.1

2 years ago

0.2.1-next.0

2 years ago

0.2.0

2 years ago