Groupwise
Wrapper for Groupwise SOAP web services. Currently only targets Groupwise 2012 or higher.
Currently, only authentication and free/busy lookup are implemented.
Installation
Add this line to your application's Gemfile:
gem 'groupwise'
And then execute:
$ bundle
Or install it yourself as:
$ gem install groupwise
Create a new Trusted Application on your Groupwise server.
Testing
Rename groupwise_config.yml.sample to groupwise_config.yml and update it to match your groupwise setup prior to launching the specs.
Contributing
- Fork it ( https://github.com/cschiewek/groupwise/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request