UNPKG

@checkfirst/nestjs-outlook

Version:

An opinionated NestJS module for Microsoft Outlook integration that provides easy access to Microsoft Graph API for emails, calendars, and more.

9 lines (8 loc) 187 B
export declare enum ShowAsType { UNKNOWN = "unknown", FREE = "free", TENTATIVE = "tentative", BUSY = "busy", OOF = "oof", WORKING_ELSEWHERE = "workingElsewhere" }