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

Kevin/oof state #4

Merged

Conversation

TheBabaYaga
Copy link

Added OofState DataType
Used in UserOofSettings to set OofState

$settings = new UserOofSettings();
$settings->OofState = OofState::SCHEDULED;

kevint added 2 commits June 3, 2015 13:43
Used in UserOofSettings to set OofState
@adamelso
Copy link
Owner

adamelso commented Jun 3, 2015

Hi Kevin, thanks for these PRs. So are these classes new, or have they been introduced in the original PHP EWS repository?

Worth mentioning that I'm not really maintaining this fork any longer (perhaps I shall update the README to mention this). See #3 for more info.

@TheBabaYaga
Copy link
Author

I think they are new in the original PHP EWS repo.

https://github.com/jamesiarmes/php-ews/blob/master/EWSType/OofState.php
I've just added it in this bundle for usage with the already existing UserOofSettings.

I've added them in my own project and everything works as it should be.

@adamelso
Copy link
Owner

adamelso commented Jun 4, 2015

Okay, great! I'll merge them :)

adamelso added a commit that referenced this pull request Jun 4, 2015
@adamelso adamelso merged commit 51c5f1c into adamelso:master Jun 4, 2015
@TheBabaYaga
Copy link
Author

If I encounter more, I'll create them as well. I'll update the bundle in my project and let you know if everything works as it should be.

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