Skip to content

kenowlee/EWSWrapper

 
 

Repository files navigation

/* EWSWrapper README file
 * ====================================================
 * @author Michal Korzeniowski <mko_san@lafiel.net>
 * @version 0.12
 * @date 04-2012
 * @website http://ewswrapper.lafiel.net/
 * ==================================================*/

 EWSWrapper provides wrapper functions for easy usage of 
 basic tasks with EWS-PHP written by James Armes that in
 turn serve as a wrapper fore EWS API.
 
 Currently EWSWrapper provides following functionality:
 - Operations on Calendar Events: 
	- add, 
	- update, 
	- delete, 
	- list
 - Operations on Tasks:
 	- add,
	- update, 
	- delete, 
	- list
- Operations of Folders:
	- list

Documentaion can be found @ http://ewswrapper.lafiel.net/ 

Please see test.php for example usages of EWSWrapper.

About

EWS (Exchange Web Services) wrapper class for easy communication. Written in PHP, based on PHP-EWS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%