Add calendar event management features and UI components and Implement Calendar logic

This commit is contained in:
mohammad
2025-07-14 10:46:12 +03:00
parent 7cc59e43df
commit 65d541d594
15 changed files with 890 additions and 383 deletions

View File

@ -141,4 +141,5 @@ abstract class ApiEndpoints {
static const String saveSchedule = '/schedule/{deviceUuid}';
static const String getBookableSpaces = '/bookable-spaces';
static const String getCalendarEvents = '/api';
}