I am using the GetOccurrences method in my code to grab occurrences in my events - however if there are deleted events that appear in the database such as in the image below then they still appear…
How do I prevent deleted events from appearing?
Please note the occurrences are displayed correctly in the calendar (the deleted ones are not shown) but when I returning just a list in a view using GetOccurences as a filter on my query it is still displaying deleted events.
Hi,
we’ve confirmed a bug, the result dataset should not contain items with ‘rec_type’=‘none’.
The fixed version of the DLL will be available tomorrow, we’ll update it on NuGet and on the site.