You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Time zone (e.g., America/Los_Angeles). Required if datetime does not include offset. Defaults to America/Los_Angeles if not provided.',
79
-
default: 'America/Los_Angeles',
78
+
'IANA time zone (e.g., America/Los_Angeles). Used as-is when provided. For recurring events a time zone is required to expand the recurrence correctly; for one-off events it is only needed when the datetime omits a UTC offset (a naive datetime defaults to America/Los_Angeles).',
'Time zone (e.g., America/Los_Angeles). Required if datetime does not include offset.',
86
+
'IANA time zone (e.g., America/Los_Angeles). Used as-is when provided. For recurring events a time zone is required to expand the recurrence correctly; for one-off events it is only needed when the datetime omits a UTC offset.',
87
87
},
88
88
attendees: {
89
89
type: 'array',
90
90
required: false,
91
91
visibility: 'user-or-llm',
92
-
description: 'Array of attendee email addresses (replaces the existing attendee list)',
92
+
description:
93
+
'Array of attendee email addresses. When one or more emails are provided, they replace the existing attendee list. Leaving this empty keeps the current attendees unchanged (it does not clear them).',
0 commit comments