ccea-dev-team

Results 7 comments of ccea-dev-team

I think you are supposed to send the new full list of attendees and set it in the event object - I don't think just calling add or remove on...

@delenikov Here's my code - it's working fine for me. I send the new updated list of attendees as a List of Strings of email addresses and call .setAttendees() and...

@delenikov Thanks for your reply, The maximum number of attendees to an event is 5000 (used to be 500) and each attendee object is very small - few bytes each...

@baywet In regards to my post above with the documentation of OnlineMeeting saying it "always requires the full list of attendees in the request body" - that bug you have...

Some background to setting a meeting co-organizer for an online meeting created from an Event - https://github.com/microsoftgraph/msgraph-sdk-java/issues/1834 The way that was suggested there by @Ndiritu was to create the online...

There was an upgrade guide from 5 to 6 that explains most of the changes you need but can't seem to find it now

Try removing com.microsoft.graph microsoft-graph-core 3.1.14 From your pom as this is included in microsoft-graph 6.13.0. The cannot be resolved errors you are getting - are these at runtime or compliation...