Enhance booking system: update API endpoints, improve event loading with caching, and refine UI components

This commit is contained in:
mohammad
2025-07-16 15:36:49 +03:00
parent 75b9f4a4e6
commit c6729f476f
10 changed files with 307 additions and 316 deletions

View File

@ -3,5 +3,7 @@ import 'package:syncrow_web/pages/access_management/booking_system/domain/models
abstract class CalendarSystemService {
Future<CalendarEventsResponse> getCalendarEvents({
required String spaceId,
required String month,
required String year,
});
}