We use Lotus C API Toolkit for Notes/Domino 7.0. and 8.0 to retrieve schedule information from SCHED manager. This work perfectly, but if the name includes some special character e.g. ü FC ISO 8859-1 ISO Latin 1 the following error encountered:
Schedule_ExtractSchedList retValue 1002 No schedule list entry is available for this object
although by Tell Sched Show Peter Müller/test
the user is busy from X:y to Z:W
Validated
Code extract:
ret_code = ListAddEntry(list_handle, FALSE, &list_size, B_ListGetNumEntries(list_ptr,FALSE), asAccountName.c_str(),
(WORD) strlen(asAccountName.c_str()));
//Ret Code is ok here
…
ret_code = Schedule_ExtractSchedList(rethCntnr, hSchedObj,
&pInterval, (unsigned long *) &retdwSize,
&rethSchedList, &hMoreObj);
// Ret COde 1002