Fix Ladill Mail calendar sync mailbox resolution and updates.
Deploy Ladill Meet / deploy (push) Successful in 1m10s

Use the connected mail calendar mailbox when set, skip API calls when
MAIL_API_KEY_MEET is unset, and call syncRoomUpdated on room edits.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-04 10:59:59 +00:00
co-authored by Cursor
parent 7a0beaa721
commit 25de2ed7bc
4 changed files with 64 additions and 7 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class RoomService
AuditLogger::record($room->owner_ref, 'room.updated', $room->organization_id, $room->host_user_ref, Room::class, $room->id);
if ($host && $room->scheduled_at) {
app(CalendarService::class)->syncRoomCreated($room->fresh(), $host);
app(CalendarService::class)->syncRoomUpdated($room->fresh(), $host);
}
return $room->fresh();