brease-colin
brease-colin
### What problem does this feature solve? NativeScript Vue should make it easy for Vue developers to create native apps. However, when some basic features like this don't work the...
Now this library support regular events ('auto') and 'background'. For a current use case, we're looking for a calendar view that can display multiple layers of auto events. Meaning: if...
As discussed [here](https://github.com/odata2ts/odata2ts/discussions/320), there's a workaround to add custom filter expressions to a query and it can be used in a hacky way to also add a custom expand, but...
Some context: https://github.com/odata2ts/odata2ts/discussions/320#discussioncomment-10727721 A limited version of our Edmx file is here: ``` ``` The errors occur on URL's like the following: `/Agendas(00000000-b439-49bc-a72d-9ab78a08a7e4)/EventOccurrences?$expand=Event($expand=Brease.OData.Domain.Entities.Appointment/Activities)` Below is the expanded 'event' part of...