GCal set iCalUID

write-icaluid-to-booking
Joe Au-Yeung 2023-10-26 16:56:45 -04:00
parent e401431e60
commit 8371a311b1
1 changed files with 1 additions and 1 deletions

View File

@ -200,6 +200,7 @@ export default class GoogleCalendarService implements Calendar {
useDefault: true,
},
guestsCanSeeOtherGuests: !!calEventRaw.seatsPerTimeSlot ? calEventRaw.seatsShowAttendees : true,
iCalUID: calEventRaw.iCalUID,
};
if (calEventRaw.location) {
@ -248,7 +249,6 @@ export default class GoogleCalendarService implements Calendar {
type: "google_calendar",
password: "",
url: "",
iCalUID: event.data.iCalUID,
};
} catch (error) {
console.error("There was an error contacting google calendar service: ", error);