-
-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support *all* item fields #203
Comments
After the latest commits, only the following fields are unimplemented:
These are either non-trivial to implement, need proper test data, or throw server errors on my current test server. |
is |
I don’t know how OWA works, unfortunately, so I can’t answer your question. |
|
I think it's time to support the kitchen sink. Previous policy was to only add fields that were understood and commonly used, but we have added many new fields since, and now the list of non-implemented fields is somewhat arbitrary and cause for confusion.
For each
Item
subclass, we should go through the MSDN documentation and add fields to theFIELDS
lists with the correct field type and settings. If in doubt, fields should be marked read-only.The text was updated successfully, but these errors were encountered: