Calendar

Calendar

Calendar API

Manipulates events and other calendar data.

Constructor

new Calendar()

Example
```js
const {google} = require('googleapis');
const calendar = google.calendar('v3');
```