Skip to content
Discussion options

You must be logged in to vote

Thanks for the kind words! I'm glad you ind the library useful and that you're learning from it :-)

A common feature of most of these fields is that they are what EWS calls complex fields. You can see this with e.g. CalendarItem.FIELDS["body"].is_complex. These are fields that either contain large amounts of data, are calculated from other fields, or are more complex data types than booleans, integers, strings etc.

Complex fields are not returned by the FindItem service, and can only be fetched using the GetItem service. It's probable that the SyncFolderItems service only returns non-complex fields. You can check this yourself by enabling debug logging and checking which fields are reques…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@suhanoves
Comment options

@ecederstrand
Comment options

Answer selected by suhanoves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants