anoopt/Create an event using Microsoft Graph

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
subjectThe subject of the event.yes
bodyThe body of the event (can be HTML).yes
emailAddressThe 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