Skip to main content
Version: Next

Create Event

Creates a calendar event

Description

Creates an (e.g. Azure) calendar event. Note: when creating an event with attendee(s). Each attendee and the organizer will have a different Event ID for the same event. Therefore, the brick "Get Event Calendar" is a must for proper manipulation of event data

Inputs

  • Control Flow (Control Flow)
  • Authorization Token (String): The access token provided by Azure for the user
  • Subject (String): The subject of the event
  • Description (String): The content of the event.
    Note: use WYSIWYG editor brick for best performance and suppot html
  • Start date time (DateTime): The time when the event will start
  • End date time (DateTime): The time when the event will end
  • Attendees (List): The attendees that will be invited to the event. The list must follow the format of:
    "attendees": [
    "emailAddress": {
    "address":"samanthab@contoso.onmicrosoft.com",
    "name": "Samantha Booth"
    },

  • Online Meeting (Boolean): If true, creates a teams online meeting and attaches the online meeting url to the event.

Outputs

  • Control Flow (Control Flow)
  • Event Object (String): The object of the created event
    Note: This object should be used for reference only. If you wish to get the correct format of an event, use 'Get Event" brick.
  • Error Flow (Error Flow): Triggered when there is an error