I am able to get my events sorted by day with the following code:
daysOfWeek: [2],
However, I have not been able to find any information in the documentation on how to make it sort fortnightly. Can this be done with fullcalendar?
Solution: Just a heads up for anyone facing the same issue in the future, you need to ensure that the rrule js file is loaded for this to work correctly.