Long Luong

Results 18 comments of Long Luong

@stevemessick There is no error on Dart analysis. Switching to the master channel doesn't help as well.

@stevemessick here are the screenshots you need.

@stevemessick I have many other plugins installed for the other projects in other languages. But having them disabled except Flutter, Dart and Kotlin (enabled by default) does not solve the...

@stevemessick here you go. [idea.log](https://github.com/flutter/flutter-intellij/files/9074776/idea.log)

@stevemessick Do you mean there wasn't anything related to the issue or the file is empty? I can see a lot of warnings in the log. I only have two...

@stevemessick I just found out one interesting point while creating a new project. If I choose Kotlin and Swift (instead of Java and Objective C like I did for the...

same question [https://github.com/jamesiarmes/php-ews/issues/406](406). But Im still waiting for answers. By the way, in my opinion you may need a "master-username", that only has read-only right.

Can I get alls events, that take place in a conference room using this below code? ``` $client = new Client($host, $username, $password, $version); $client->setCurlOptions(array(CURLOPT_SSL_VERIFYPEER => false)); $email_room = "[email protected]";...

Yes I have access rights to room's mailbox, so that's why I am able to get all of its events using outlook, but not via ews. I don't know why...

KeyWord: impersonate you are the best. I had to escape $client->setImpersonation($ei). It works now. Thank you.