appointment::list-participants
Using the appointment::list-participants command
(NSArray *) participants = [[self getCTX] runCommand:@"appointment::list-participants",
@"gid", [self _getEOForPKey:[_appointment valueForKey:@"objectId"]],
@"attributes", [NSArray arrayWithObjects:@"dateCompanyAssignmentId",
@"role", @"companyId", @"partStatus", @"comment",
@"rsvp", @"team.isTeam", @"team.description",
@"team.companyId", @"person.companyId",
@"person.firstname", @"person.name",
@"person.isPrivate", @"dateId", nil],
nil];