UNPKG

gcalendar-cli

Version:

Google Calendar cli tool for Node.js

11 lines (10 loc) 244 B
export declare class GCalEvent { summary: string; calendarId: string; calendarDisplayName: string; date: Date; startTime?: Date; endTime?: Date; allDay?: boolean; static gen(event: any): GCalEvent[]; }