feat: Implement student and teacher calendar pages with event handling and custom badges
- Added StudentCalendarPage component for students to view calendar and events.
- Added TeacherCalendarPage component for teachers to view calendar and events.
- Integrated calendar day configuration and event fetching using react-query.
- Implemented event icons and badges for different day types (working, holiday, half-day).
- Created responsive calendar grid with navigation for month selection.
- Added upcoming events section with event details dialog for both student and teacher portals.
1