UNPKG

@silverbirder/rminc

Version:

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

6 lines (5 loc) 182 B
import ICalendar from "../calendar/iCalendar"; export default interface ICalendarApp { getCalendarByName(name: string): ICalendar; createCalendar(name: string): ICalendar; }