Git Product home page Git Product logo

ewswrapper's Introduction

/* EWSWrapper README file
 * ====================================================
 * @author Michal Korzeniowski <[email protected]>
 * @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.

ewswrapper's People

Contributors

maiiku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ewswrapper's Issues

Recurring Details within EWSWrapper listItems

Hi,

I am having some issues working out how to retrieve the recurring information for calendar appointments using the wrapper->listItems function.

I've tried the following:

switch($type){
                case "CALENDAR" :
                $request->CalendarView = new EWSType_CalendarViewType();
                $request->CalendarView->StartDate = date('c', $start);
                $request->CalendarView->EndDate = date('c', $end);

                // RECURRING ITEMS
                $request->CalendarView->Recurrence = new EWSType_RecurrenceType();
                $request->CalendarView->Recurrence->EndDateRecurrence = new EWSType_EndDateRecurrenceRangeType();
                $request->CalendarView->Recurrence->EndDateRecurrence->EndDate = date('c', $end);
                $request->CalendarView->Recurrence->EndDateRecurrence->StartDate = date('c', $start);

But nothing comes though besides the existing IsRecurring

Thankyou

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.