++ aggiunta la prenotazione negli eventi. con la lista degli utenti.

This commit is contained in:
Surya Paolo
2023-04-17 00:11:45 +02:00
parent 6f1f962c0a
commit 3cf4562285
38 changed files with 2016 additions and 1278 deletions

View File

@@ -29,7 +29,7 @@ export default function () {
function isAlreadyBooked(eventparam: IEvents) {
const calendarStore = useCalendarStore()
return calendarStore.findEventBooked(eventparam, true)
return calendarStore.findEventBooked(eventparam._id, true)
}
function getWhereIcon(where: string) {