Gareth Parker
Gareth Parker
It'll take a bit to develop this, since I'll need to do the dev work on a public API, but how does the following API sound? ```php use garethp\ews\NotificationAPI; use...
Turned out it was easier than I thought. I want to add a couple more features before I release it as a version, but I've added the `NotificationAPI` to `master`....
Well that's interesting. Can you send me the code you're using to attach and send, and tell me how large the PDF is?
Does `$mail->getToRecipients()->getMailbox()->getEmailAddress()` cause an exception? Also, what does `$mail->getToRecipients()->Mailbox->getEmailAddress()` even return? the `toRecipients` should be an array...
Sorry, I haven't used ADFS before, and I'm not sure how to integrate it into this. If you can find an example of ADFS FederationMetadata being used with the EWS...
There's not likely to be any impact. There's still the option of using OAuth with this library, and if that doesn't work then that's something I'm happy to look into....
Thanks. I'll run up some examples on my own development environment and see if I can find a fix
@perskes Can you tell me what Exchange Server you're running? And how you set the password? My testing environment (and my only actual environment at the moment) is Outlook on...
Also, can you tell me how you output the testing for the calendar item? I created an appointment ith `Wir freuen und, dass Sie sich für diese` as the Subject...
So you programmed something yourself with umlaut support for passwords? How did you achieve it? Was there a special setting you needed to set while doing the curl calls?