Add attendees field to event documentation in mzta-menus.js
This commit is contained in:
parent
9593a0a8d9
commit
05bc76c5da
1 changed files with 2 additions and 1 deletions
|
|
@ -200,7 +200,8 @@ export class mzta_Menus {
|
||||||
* "startDate": "20250104T183000Z",
|
* "startDate": "20250104T183000Z",
|
||||||
* "endDate": "20250104T193000Z",
|
* "endDate": "20250104T193000Z",
|
||||||
* "summary": "ThunderAI Sparks",
|
* "summary": "ThunderAI Sparks",
|
||||||
* "forceAllDay": false
|
* "forceAllDay": false,
|
||||||
|
* "attendees": [attendee1@example.com,attendee2@example.com,attendee3@example.com]"
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
this.logger.log("fullPrompt: " + fullPrompt);
|
this.logger.log("fullPrompt: " + fullPrompt);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue