Hello ,

i'm debugging the calendar synchro in order to understand the mechanism .
i tried to retrieve LAST-MODIFIED field using this code :

sysync::TSyError SyncSourceSerialize::
insertItemAsKey(sysync::KeyH aItemKey, sysync::cItemID aID, sysync::ItemID
newID)
{

    SharedBuffer data3;
    getSynthesisAPI()->getValue(aItemKey, "LAST-MODIFIED", data3);
    printf("LAST-MODIFIED <%s> \n",data3.get());
    ............



but an error occur :
[ERROR] calendar: basic_string::_S_construct NULL not valid

THX.
_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution

Reply via email to