Manage events occurrences

This section guides you through the common tasks when manipulating Events Occurences through the EventsManager.

  • GetEventsOccurrences(DateTime startDate, DateTime endDate) – gets the occurrences of all live events for the specified period of time.

    Here's an example:


    You need to specify the start date and end date between which you need to get all events.

  •  GetEventsOccurrences(IEnumerable<Event> events, DateTime startDate, DateTime endDate) – gets the occurrences of the specified events for the specified period of time:


    This is another overload of the GetEventsOccurrences method in EventsManager where you can add the events, start and end time as a parameters. This method could be helpful if you want to search amongst specific collection of events.



Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?