UNPKG

@silverbirder/caat

Version:

CaAT is the Google Apps Script Library that Calculate the Assigned Time.

5 lines (4 loc) 167 B
import ICalendarApp, { ICalendar } from "./ICalendarApp"; export default class CalendarAppImpl implements ICalendarApp { getCalendarById(id: string): ICalendar; }