Initial commit: Electron + React touchscreen kiosk dashboard for Home Assistant
This commit is contained in:
10
src/services/googleCalendar/index.ts
Normal file
10
src/services/googleCalendar/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export { googleCalendarAuth } from './auth';
|
||||
export {
|
||||
getCalendarList,
|
||||
getEventsForMonth,
|
||||
getEventsForDay,
|
||||
getEventTime,
|
||||
formatEventTime,
|
||||
type CalendarEvent,
|
||||
type Calendar,
|
||||
} from './api';
|
||||
Reference in New Issue
Block a user