anoopt/Create an event with Microsoft Graph using MSAL

Creates an event in a specified user's calendar on the next business day or on a specified date.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
clientIdThe Id of the app registration.yes
clientSecretApp registration's secret.yes
tenantIdThe Id of your Microsoft 365 tenant.yes
subjectThe subject of the event.yes
bodyThe body of the event (can be HTML).yes
userEmailThe email address of the person for whom the event will be created.yes
start(Optional) The date and time when the event should start (format - yyyy-MM-ddThh:mm:ss). If not specified start time will be next day 12:00 GMT.
end(Optional) The date and time when the event should end (format - yyyy-MM-ddThh:mm:ss). If not specified end time will be next day 13:00 GMT.

no outputs