Automatically create Microsoft 365 Calendar events for new Todoist tasks
This Action will add an event to your Microsoft 365 Calendar. Include details such as title, start and end time, and location.
Developer info
- API endpoint slug
- calendar365.add_event
- Filter code method
- Calendar365.addEvent.skip(string?: reason)
- Runtime method
- runAction("calendar365.add_event", {})
Action fields
Calendar Dropdown list
- Label
- Which calendar?
- Slug
- calendar
- Required
- true
- Can have default value
- false
Title Text input > Other
- Label
- Title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Calendar365.addEvent.setTitle(string: title)
Start time Text input > ISO 8601 date and time
- Label
- Start time
- Helper text
- Ex. 2024-07-01T10:00:00Z
- Slug
- start_time
- Required
- true
- Can have default value
- true
- Filter code method
- Calendar365.addEvent.setStartTime(string: start_time)
End time Text input > ISO 8601 date and time
- Label
- End time
- Slug
- end_time
- Required
- true
- Can have default value
- true
- Filter code method
- Calendar365.addEvent.setEndTime(string: end_time)
Location Text input > Other
- Label
- Location
- Slug
- location
- Required
- false
- Can have default value
- true
- Filter code method
- Calendar365.addEvent.setLocation(string: location)
Description Text input > Long text
- Label
- Description
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- Calendar365.addEvent.setDescription(string: description)
Attendees Text input > Other
- Label
- Attendees
- Helper text
- Optional comma separated list of attendee emails
- Slug
- attendees
- Required
- false
- Can have default value
- true
- Filter code method
- Calendar365.addEvent.setAttendees(string: attendees)