GCal set iCalUID
parent
e401431e60
commit
8371a311b1
|
@ -200,6 +200,7 @@ export default class GoogleCalendarService implements Calendar {
|
||||||
useDefault: true,
|
useDefault: true,
|
||||||
},
|
},
|
||||||
guestsCanSeeOtherGuests: !!calEventRaw.seatsPerTimeSlot ? calEventRaw.seatsShowAttendees : true,
|
guestsCanSeeOtherGuests: !!calEventRaw.seatsPerTimeSlot ? calEventRaw.seatsShowAttendees : true,
|
||||||
|
iCalUID: calEventRaw.iCalUID,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (calEventRaw.location) {
|
if (calEventRaw.location) {
|
||||||
|
@ -248,7 +249,6 @@ export default class GoogleCalendarService implements Calendar {
|
||||||
type: "google_calendar",
|
type: "google_calendar",
|
||||||
password: "",
|
password: "",
|
||||||
url: "",
|
url: "",
|
||||||
iCalUID: event.data.iCalUID,
|
|
||||||
};
|
};
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("There was an error contacting google calendar service: ", error);
|
console.error("There was an error contacting google calendar service: ", error);
|
||||||
|
|
Loading…
Reference in New Issue