mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 21:49:41 +00:00
Enhance booking system: update API endpoints, improve event loading with caching, and refine UI components
This commit is contained in:
@ -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,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user