From 765ca509fbbd6fa1ab4817933990dc0d74cbe842 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 9 Sep 2024 00:11:35 +0000 Subject: [PATCH] Automated commit: Latest generated changes from schedule action --- .../microsoft.outlook.calendar/functions/create_event.ts | 6 ++++++ src/connectors/mod.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/connectors/microsoft.outlook.calendar/functions/create_event.ts b/src/connectors/microsoft.outlook.calendar/functions/create_event.ts index 73b77c4..065ec29 100644 --- a/src/connectors/microsoft.outlook.calendar/functions/create_event.ts +++ b/src/connectors/microsoft.outlook.calendar/functions/create_event.ts @@ -26,6 +26,12 @@ export default DefineConnector({ title: "Attendees", items: { type: Schema.slack.types.user_id }, }, + additional_attendees: { + type: Schema.types.array, + description: "Enter email addresses", + title: "Additional attendees", + items: { type: Schema.types.string }, + }, }, required: [ "event_title", diff --git a/src/connectors/mod.ts b/src/connectors/mod.ts index cfdf378..326f19f 100644 --- a/src/connectors/mod.ts +++ b/src/connectors/mod.ts @@ -1,4 +1,4 @@ -/** This file was autogenerated on Mon Aug 12 2024. Follow the steps in src/schema/slack/functions/README.md to rebuild **/ +/** This file was autogenerated on Mon Sep 09 2024. Follow the steps in src/schema/slack/functions/README.md to rebuild **/ import AdobeSign from "./adobe.sign/mod.ts"; import Airtable from "./airtable/mod.ts"; import Asana from "./asana/mod.ts";