-
It looks like the code here: https://github.com/OfficeDev/ews-managed-api/blob/master/ComplexProperties/TimeZones/TimeZoneDefinition.cs#L174 produces data that the server rejects with an error like th…
-
when I try to get shared calendars with this code :
FindItemsResults fiResults = fFolders.getFolders().get(0).findItems(cntSearch, iv);
for (Item item : fiResults.getItems()) {
try {
…
-
## Describe the bug
This doesn't work and should:
```python
from panos.firewall import Firewall
from panos.predefined import Predefined
from panos.objects import ServiceObject
fw = Firewal…
-
See:
https://github.com/osgi/osgi/issues/454
https://github.com/osgi/osgi/pull/462
And
https://github.com/osgi/osgi/issues/486
https://github.com/osgi/osgi/pull/522
The following methods are r…
-
```
java.lang.ClassCastException: microsoft.exchange.webservices.data.property.definition.IndexedPropertyDefinition cannot be cast to microsoft.exchange.webservices.data.property.definition.PropertyDe…
-
### Checklist
- [X] Issue has a meaningful title
- [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue)
- [X] I have tested using the la…
-
Hi,
The Client API ServiceObject does not have a redirect, delegate or sleep functionality.
It would be good to have that as well.
-
When viewing a specific Service page, the "Channel" is not imported and/or filtered, related content not populated in computed properties
e.g.
```
events() {
return this.$store.getters.getC…
-
Hello.
I have this class implementation
```
public interface IReadRepository where T: class
{
Task Get(ExpressionDTO request);
}
public sealed class RouteCRUD : I…
-
Hi,
I'm trying to save an item in Exchange online into a folder (Inside Inbox), this item has ItemAttachment added. Seems item is being saved to the server properly, however client code throws belo…