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

Update Calendar Dies At 44 Characters #300

Closed
ibscas opened this issue Nov 4, 2015 · 2 comments
Closed

Update Calendar Dies At 44 Characters #300

ibscas opened this issue Nov 4, 2015 · 2 comments

Comments

@ibscas
Copy link

ibscas commented Nov 4, 2015

This is somewhat in reference to the last issue I posted about mysterious "hangs" in the SOAP request. When using your example at https://github.com/jamesiarmes/php-ews/wiki/Calendar:-Update-Event everything works OK unless you change it.

For example, forgetting the start date update, if you try to set the subject to any more than 44 characters it hangs up. So changing your code to:

$field->CalendarItem->Subject = 'New Subject ABCDEFGHIJKLMNOPQRSTUVWXYZ Test1';

It will hang up.

Is it possible there's a PHP setting I need to change that is limiting the buffer or something? I can create new records with as long as a subject as a I need, but updating them dies.

@ibscas
Copy link
Author

ibscas commented Nov 5, 2015

I added a CURL timeout to the process, it reveals that no data was received, I'm not sure if this is helpful in determining the issue or not: Curl error: Operation timed out after 19429 milliseconds with 0 out of 0 bytes received

@jamesiarmes
Copy link
Owner

Marking this as a duplicate of #312.

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

No branches or pull requests

2 participants