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.



Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?