[V0.1 WORKING] Added chat, profile, & calendar screen implementations.
This commit is contained in:
@@ -11,6 +11,7 @@ export const getCalendarEvents = async (start?: Date, end?: Date): Promise<Calen
|
||||
params.end = end.toISOString();
|
||||
}
|
||||
const response = await apiClient.get('/calendar/events', { params });
|
||||
console.log("[CAM] Got calendar:", response);
|
||||
return response.data;
|
||||
} catch (error) {
|
||||
console.error("Error fetching calendar events", error);
|
||||
|
||||
Reference in New Issue
Block a user