UNPKG

@silverbirder/rminc

Version:

rMinc is the Google Apps Script Library that register Mail in Calendar

5 lines (4 loc) 196 B
import ICalendarEvent from "../calendarEvent/iCalendarEvent"; export default interface ICalendar { createEvent(title: string, startTime: Date, endTime: Date, options?: any): ICalendarEvent; }