I found your gem while looking into how to process reports from an Exchange inbox. Great work creating it!
In order to keep the process effective I had to add the MoveItem API call so that I could move processed reports out of the inbox. This PR contains the following changes:
Added an operation, "MoveItem", together with an helper method
Update RSpec and web mock to the latest versions
Modified some tests to use the new RSpec syntax
Noticed a problem with language dependency of calendar colors which I haven't fixed
Bumped version to 0.3.0, please advice if it should be any different (new minor because of new feature)
Running bundle exec rake specpasses locally. Using Ruby 2.7.0.
Hi @ebeigarts,
I found your gem while looking into how to process reports from an Exchange inbox. Great work creating it!
In order to keep the process effective I had to add the MoveItem API call so that I could move processed reports out of the inbox. This PR contains the following changes:
Running
bundle exec rake spec
passes locally. Using Ruby 2.7.0.