g4gcal_addAttendee
*//////////////////////////////////////////////////////////////*
* g4gcal_addAttendee - Add Attendee to Calandar Event *
* *
* Input: *
* in_email (required) - The email address of the attendee. *
* in_name (required) - The name of the attendee. *
* *
* Output: *
* out_errMsg - The error message (if error exists). *
* *
* Returns: *
* -1 for error, 0 for no error. *
* *
*//////////////////////////////////////////////////////////////*
D g4gcal_addAttendee...
D PR 10i 0
D in_email 256 Value
D in_name 256 Value
D out_errMsg 256 Options(*NOPASS)
g4gcal_addAttendee will add an attendee to the list for the event being created. Call this for each attendee you wish to invite before calling the g4gcal_addEvent() procedure.
Returns: The total number of attendees currently in the list, -1 for error.
Required Parameters:
Email Address (input) - Specify the email address of the attendee.
Name (input) - Specify the name of the attendee.
Optional Parameters:
Error Message (output) - Error message