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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| subject | The subject of the event. | yes | — |
| body | The body of the event (can be HTML). | yes | — |
| emailAddress | The 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. | — | — |
Outputs
no outputs