- src/meet/mod.rs: Add UI-compatible endpoints: - /api/meet/rooms (list_rooms_ui) - /api/meet/recent (recent_meetings) - /api/meet/participants (all_participants) - /api/meet/scheduled (scheduled_meetings) - src/drive/mod.rs: Add UI-compatible endpoint: - /api/drive/list (list_drive_files_ui) - src/calendar/mod.rs: Add UI-compatible endpoints (from previous session): - /api/calendar/list (list_calendars) - /api/calendar/upcoming (upcoming_events) All endpoints return stub JSON responses for UI compatibility. |
||
|---|---|---|
| .. | ||
| conversations.rs | ||
| mod.rs | ||
| service.rs | ||