ekoch

Results 1 issues of ekoch

I tried to add an attendee to an Appointment as explained in the wiki, by execute the following code: `PropertySet propSet = new PropertySet(BasePropertySet.FirstClassProperties); propSet.add(AppointmentSchema.OptionalAttendees); propSet.add(AppointmentSchema.RequiredAttendees); Appointment appointment = Appointment.bind(service,...