forked from WinRb/Viewpoint
-
Notifications
You must be signed in to change notification settings - Fork 0
A Ruby client access library for Microsoft Exchange Web Services (EWS)
License
sisutcliffe/Viewpoint
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
--------------------------------------------------------------------------
Viewpoint for Exchange Web Services
--------------------------------------------------------------------------
This program attempts to create a client access library for Exchange Web
Services (EWS) in Ruby.
!!!CAUTION!!! This is currently BETA code and has changed dramatically from
the original version of Viewpoint which was based on Soap4r. This version
has essentially been gutted and written on top of Handsoap. Development
has been much more flexible, but the interface to Viewpoint has changed
quite a bit. I have tried to write good code comments and I will keep
enhancing this. I will also try and post examples on my blog as I write
them or they are asked for.
BLOG: http://distributed-frostbite.blogspot.com/
Add me in LinkedIn: http://www.linkedin.com/in/danwanek
--------------------------------------------------------------------------
TO USE:
require 'rubygems'
require 'viewpoint'
# See REQUIRED GEMS below
REQUIRED GEMS:
# Handsoap (Thanks jrun for pointing me this way!)
gem install -r handsoap
# Nokogiri XML Parser
gem install -r nokogiri
# HttpClient
gem install -r httpclient
# NTLM Library
gem install -r rubyntlm
# iCalendar
gem install -r icalendar
--------------------------------------------------------------------------
DISCLAIMER: If you see something that could be done better or would like
to help out in the development of this code please feel free to clone the
'git' repository and send me patches:
git clone git@github.com:zenchild/Viewpoint.git
or add an issue on GitHub:
http://github.com/zenchild/Viewpoint/issues
Cheers!
--------------------------------------------------------------------------
About
A Ruby client access library for Microsoft Exchange Web Services (EWS)
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Ruby 100.0%