@appstitch/google-calendar
Version:
App Stitch Google Calendar API
6 lines (5 loc) • 405 B
TypeScript
import { GenerateAuthUrlOpts, GoogleEventListParameters, GoogleEventInsertParameters } from "@appstitch/types";
export declare const getAuthUrl: (options: GenerateAuthUrlOpts) => any;
export declare const authorizeToken: (code: string) => any;
export declare const createEvent: (event: GoogleEventInsertParameters) => any;
export declare const listEvents: (eventParams: GoogleEventListParameters) => any;