Skip to content

Commit 1c35061

Browse files
committed
Add series_end_date field to meeting creation
The series_end_date field represents when the entire meeting series concludes, calculated as the recurrence end_date_time plus the meeting duration. This field is added to the meeting data that gets indexed via the lfx.index.v1_meeting NATS subject. Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Andres Tobon <[email protected]>
1 parent eb3fb81 commit 1c35061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playbooks/v1_meetings/umbrella_board_meeting/board_meeting.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ buf_board_meeting_create:
7979
type: "3"
8080
monthly_week: "{{ week_of_month }}"
8181
monthly_week_day: "{{ zoom_week_day }}"
82+
series_end_date: "{{ (meeting_start_time + timedelta(days=365*100, minutes=meeting_duration)).isoformat() }}Z"
8283
zoom_ai_enabled: true
8384
# 6-digit numeric passcode.
8485
host_key: "{{ fake.pyint(min_value=100000, max_value=999999) }}"

0 commit comments

Comments
 (0)