Skip to content
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

Bulk updating #205

Closed
errinlarsen opened this issue May 22, 2015 · 1 comment
Closed

Bulk updating #205

errinlarsen opened this issue May 22, 2015 · 1 comment

Comments

@errinlarsen
Copy link

My application has its own concept of calendars and appointments. I would like to allow a user to enter their Exchange information so as to opt-in for 2-way syncing. I'm worried about throttling, however, and the initial sync might be hundred, if not thousands, of individual updates to the user's Exchange Calendar.

What's a good procedure for sending a large amount of updates to Exchange for a single user?

I see that Viewpoint::EWS::SOAP::ExchangeDataServices#update_folder is a thing, but it appears to be incomplete/unfinished. Any hope that will get filled in? If not, any hints on how I could implement this for the project?

@zenchild
Copy link
Member

#update_folder is mainly just used for updating folder properties so I don't think that's what you want. The bulk synchronization in Exchange has mainly been one-way until Exchange 2010 where they introduced UploadItems/ExportItems. I have not played with or implemented those methods but if you'd like to have a go at it the reference docs for EWS are here for your reading pleasure: https://msdn.microsoft.com/en-us/library/bb409286(v=exchg.150).aspx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants