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

Change users to check email and added en array dump for example #482

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flysen
Copy link

@flysen flysen commented Jan 22, 2018

Change to use provided @email instead of $username when looking up free-busy. Feel free to remove the last print_r, I added it just for an example/test.


// Just dump the array for $email user as an example
$freebusy_user = $availability->FreeBusyView->CalendarEventArray;
print_r ($freebusy_user);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The purpose of these examples is to show users how to work with the library so that they can find what they need on their own. I'm not interested in just dumping arrays.

I'd be happy to take the fix for email address above if you'd like to remove this portion.

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

Successfully merging this pull request may close these issues.

2 participants