Skip to content

OGo Docs

Sections
Personal tools
You are here: Home » Members » whitemice's Home » Objective-C Development » appointment::list-participants

appointment::list-participants

Document Actions
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];
Created by whitemice
Last modified 2006-10-12 04:20 PM
 

Powered by Plone

This site conforms to the following standards: