botserver/src/meet
Rodrigo Rodriguez (Pragmatismo) c986539fad Add missing API endpoints for UI suite screens
- 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.
2025-12-10 23:50:06 -03:00
..
conversations.rs - New security features and compliance checklist. 2025-11-22 13:24:53 -03:00
mod.rs Add missing API endpoints for UI suite screens 2025-12-10 23:50:06 -03:00
service.rs - Even more keywords. 2025-11-22 12:26:16 -03:00