WinRb / Viewpoint

A Ruby client access library for Microsoft Exchange Web Services (EWS)
Apache License 2.0
248 stars 171 forks source link

Create a meeting with attendees #257

Open Herz3h opened 7 years ago

Herz3h commented 7 years ago

Hello i'm trying to create a meeting, i manage to create an appointement with

calendar = @cli.get_folder calendarId calendar.create_itme({:subject => "jklsdjfsd", :body => "body", :start => "Date here..."})

But i don't know how to create a meeting with attendees.

I know there is a required_attendees attributes, but i don't know what to put in it.

I assume from microsoft docs it should have attendees > mailbox > emailaddress but i don't know how to create such structure with Viewpoint.