I have a custom list that basically has 3 columns: name, meeting type, date. I have created a calendar view to show the info. I want meeting type 1 to always be first, followed by meeting type 2, etc. I entered all of the meeting type 1 entries before meeting type 2 thinking that they would be sorted by item id, but that is not always the case. Sometimes type 1 is first, sometimes type 2 and sometimes type 3.Â
Does anyone know how the sort order is controlled? Is there a way to force it to sort the way I’m needing?
Even on a regular calendar web part I’m having the same issue, so I don’t think it’s custom list vs calendar that’s causing the issue.