[OGo-Bugs][Bug 1640] Add role/status fields to appointment participant
bugs@opengroupware.org
bugs@opengroupware.org
Sat, 30 Jun 2007 16:51:23 +0200 (CEST)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1640
------- Additional Comments From awilliam@whitemice.org 2005-12-16 15:25 -------
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920
Firefox/1.0.7 SUSE/1.0.7-0.1
Description of problem:
Provide access to "role" information in XML-RPC appoinment fetch results;
"role" information was added to webui in Bug 1262
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1262
A current participant entry looks like -
'participants': [{'companyId': 10100,
'dbStatus': 'updated',
'degree': 'System and Network Administrator',
'description': 'ATW',
'firstname': 'Adam',
'isAccount': 1,
'isExtraAccount': 0,
'isIntraAccount': 1,
'isPerson': 1,
'login': 'adam',
'name': 'Williams',
'number': 'SKY10100',
'objectVersion': 2,
'ownerId': 10000,
'templateUserId': 9999}],
Just adding a "role" and "status" field would be great. "Status" is whether or
not the meeting has been accepted, whereas "role" would be the role.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Request appointment
2. Inspect participant information
Actual Results: No role/status information available
Expected Results: Role/status information available
Additional info:
------- Additional Comments From awilliam@whitemice.org 2007-06-30 16:51 -------
I don't think the role and status fields are supplied by the DocumentAPI; the
XmlRpc daemon simply encodes the data from from appointment data source.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.