@hostwebhook/node-types 1.75.1 → 1.75.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -109,6 +109,15 @@ exports.GOOGLE_CALENDAR_OPERATION_SPECS = {
|
|
|
109
109
|
{ name: 'timeMaxTemplate', target: 'listConfig', label: 'End Date', type: 'template', placeholder: '{{payload.to}}', execKey: 'timeMax' },
|
|
110
110
|
{ name: 'maxResults', target: 'listConfig', label: 'Max Results', type: 'number', min: 1, max: 2500, default: 10 },
|
|
111
111
|
{ name: 'query', target: 'listConfig', label: 'Search Query', type: 'template', placeholder: 'meeting' },
|
|
112
|
+
/* 🔴 La zona con la que se leen los dos extremos del rango.
|
|
113
|
+
`findFreeSlots` la tenía y ésta no, así que un «del 18 al 21» se leía
|
|
114
|
+
SIEMPRE en UTC: ni la elección de quien lo escribe ni la zona del
|
|
115
|
+
workspace entraban en la cuenta. Reportado por Ariel — «no sigue
|
|
116
|
+
respetando la zona horaria que seleccionan en la página; si no
|
|
117
|
+
seleccionan, que use el del workspace».
|
|
118
|
+
Vacía sigue cayendo al defecto del workspace, y sin workspace a UTC,
|
|
119
|
+
que es lo que hacía antes: un nodo ya guardado no cambia. */
|
|
120
|
+
{ name: 'timeZone', target: 'listConfig', label: 'Time Zone', type: 'timezone', description: 'IANA zone used to read the range bounds. Empty uses the workspace zone.', execKey: 'timeZone' },
|
|
112
121
|
],
|
|
113
122
|
},
|
|
114
123
|
getEvent: {
|
|
@@ -105,6 +105,15 @@ export const GOOGLE_CALENDAR_OPERATION_SPECS = {
|
|
|
105
105
|
{ name: 'timeMaxTemplate', target: 'listConfig', label: 'End Date', type: 'template', placeholder: '{{payload.to}}', execKey: 'timeMax' },
|
|
106
106
|
{ name: 'maxResults', target: 'listConfig', label: 'Max Results', type: 'number', min: 1, max: 2500, default: 10 },
|
|
107
107
|
{ name: 'query', target: 'listConfig', label: 'Search Query', type: 'template', placeholder: 'meeting' },
|
|
108
|
+
/* 🔴 La zona con la que se leen los dos extremos del rango.
|
|
109
|
+
`findFreeSlots` la tenía y ésta no, así que un «del 18 al 21» se leía
|
|
110
|
+
SIEMPRE en UTC: ni la elección de quien lo escribe ni la zona del
|
|
111
|
+
workspace entraban en la cuenta. Reportado por Ariel — «no sigue
|
|
112
|
+
respetando la zona horaria que seleccionan en la página; si no
|
|
113
|
+
seleccionan, que use el del workspace».
|
|
114
|
+
Vacía sigue cayendo al defecto del workspace, y sin workspace a UTC,
|
|
115
|
+
que es lo que hacía antes: un nodo ya guardado no cambia. */
|
|
116
|
+
{ name: 'timeZone', target: 'listConfig', label: 'Time Zone', type: 'timezone', description: 'IANA zone used to read the range bounds. Empty uses the workspace zone.', execKey: 'timeZone' },
|
|
108
117
|
],
|
|
109
118
|
},
|
|
110
119
|
getEvent: {
|
package/package.json
CHANGED