UNPKG

@silverbirder/rminc

Version:

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

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