placeholder for calendar backend
This commit is contained in:
21
api/services/calendarService.js
Normal file
21
api/services/calendarService.js
Normal file
@@ -0,0 +1,21 @@
|
||||
const pool = require('../db')
|
||||
|
||||
export async function createEvent(eventObject) {
|
||||
|
||||
}
|
||||
|
||||
export async function updateEvent(eventObject) {
|
||||
|
||||
}
|
||||
|
||||
export async function cancelEvent(eventID) {
|
||||
|
||||
}
|
||||
|
||||
export async function getShortEventsInRange(startDate, endDate) {
|
||||
|
||||
}
|
||||
|
||||
export async function getEventDetailed(eventID) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user