Google Calendar JSON API

node v5.12.0
version: 3.0.0
endpointsharetweet
var CALENDAR_ID = 'skefebg7qap64nn78cmd86p44k@group.calendar.google.com' require('url').format({ protocol: 'https:', hostname: 'www.googleapis.com', pathname: `/calendar/v3/calendars/${CALENDAR_ID}/events`, query: {key: process.env.API_KEY} })
Loading…

no comments

    sign in to comment