@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.
10 lines (9 loc) • 375 B
TypeScript
export declare enum OutlookEventTypes {
USER_AUTHENTICATED = "microsoft.auth.user.authenticated",
EVENT_DELETED = "outlook.event.deleted",
EVENT_CREATED = "outlook.event.created",
EVENT_UPDATED = "outlook.event.updated",
EMAIL_RECEIVED = "outlook.email.received",
EMAIL_UPDATED = "outlook.email.updated",
EMAIL_DELETED = "outlook.email.deleted"
}