Add attendees field to event documentation in mzta-menus.js

This commit is contained in:
Mic 2025-03-28 01:05:00 +01:00
parent 9593a0a8d9
commit 05bc76c5da

View file

@ -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);