fix: exclude attendee reponses from calendar (#24739)
This commit is contained in:
@@ -517,5 +517,10 @@ const processEvent = (calEvent: CalendarEvent): CalendarServiceEvent => {
|
||||
calendarEvent.attendees = [];
|
||||
}
|
||||
|
||||
if (calEvent.seatsPerTimeSlot){
|
||||
calendarEvent.responses = null;
|
||||
calendarEvent.userFieldsResponses = null;
|
||||
}
|
||||
|
||||
return calendarEvent;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user