]> www.infradead.org Git - users/dwmw2/ews-sync.git/commitdiff
I think I was wrong -- I don't need AllProperties in the SyncFolderItems request
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 19 Jul 2010 12:54:04 +0000 (13:54 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 19 Jul 2010 12:54:04 +0000 (13:54 +0100)
I did once think that I wasn't getting notification of updates, but now I
think it was just Outlook being slow to push them to the server -- or user
error on my part. It does seem to be working just fine.

syncfolder.sh

index 414d4601242c18d7e7a5692e3be06e0d3d4e66b3..e0c2944c093328329eb5aa396c44e5d362cdbfd2 100755 (executable)
@@ -27,7 +27,7 @@ cat > $QUERYFILE <<EOF
   <soap:Body>
     <SyncFolderItems xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
       <ItemShape>
-        <t:BaseShape>AllProperties</t:BaseShape>
+        <t:BaseShape>IdOnly</t:BaseShape>
       </ItemShape>
       <SyncFolderId>
         <t:DistinguishedFolderId Id="calendar"/>