Skip to content

Commit 342eaae

Browse files
committed
Update descriptions for startTime and endTime in get-bookable-slots action to include example ISO 8601 format.
1 parent 5734007 commit 342eaae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/cal_com/actions/get-bookable-slots/get-bookable-slots.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ export default {
1717
startTime: {
1818
type: "string",
1919
label: "Start Time",
20-
description: "Start time of the slot lookup (ISO 8601 format)",
20+
description: "Start time of the slot lookup (ISO 8601 format), e.g. `2025-04-01T06:00:00Z`",
2121
},
2222
endTime: {
2323
type: "string",
2424
label: "End Time",
25-
description: "End time of the slot lookup (ISO 8601 format)",
25+
description: "End time of the slot lookup (ISO 8601 format), e.g. `2025-04-01T06:00:00Z`",
2626
},
2727
timeZone: {
2828
propDefinition: [

0 commit comments

Comments
 (0)