Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Lotus notes 获取指定任命的重新安排通知_Lotus Notes_Lotus Domino_Lotusscript - Fatal编程技术网

Lotus notes 获取指定任命的重新安排通知

Lotus notes 获取指定任命的重新安排通知,lotus-notes,lotus-domino,lotusscript,Lotus Notes,Lotus Domino,Lotusscript,也许有人知道如何将会议(文档)与更改会议日期后发送的重新安排的通知联系起来。我需要在lotuscapi和C#API中实现这一点 我需要检查会议创建后是否有更改 像这样的 var document = UserDb.GetDocumentByUNID(uniqId); if(document != null) { var col1 = document.GetResched(...) var col2 = document.GetInvit(..

也许有人知道如何将会议(文档)与更改会议日期后发送的重新安排的通知联系起来。我需要在lotuscapi和C#API中实现这一点

我需要检查会议创建后是否有更改

像这样的

    var document = UserDb.GetDocumentByUNID(uniqId);
    if(document != null)
    {
       var col1 = document.GetResched(...)
       var col2 = document.GetInvit(...)
       .....
    }
谢谢


Marcin

会议的通用ID保存在重新安排通知的ApptUNID项中