Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recurring Details within EWSWrapper listItems #2

Open
elogicmedia opened this issue May 28, 2014 · 0 comments
Open

Recurring Details within EWSWrapper listItems #2

elogicmedia opened this issue May 28, 2014 · 0 comments

Comments

@elogicmedia
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant