ali-rantakari / icalBuddy

Command-line utility for printing events and tasks from the OS X calendar database.
149 stars 33 forks source link

Sorting calendar order? #35

Open felciano opened 2 years ago

felciano commented 2 years ago

When providing iCalBuddy with a list of calendars to include with the -ic flag, it appears to go through those calendars in alphabetical order. Is there a way to have it go through the calendars in the same order they were provided on the command line?

For example, icalBuddy -ic "calB, calA, calC" will print out events in order from calA, then calB, then calC. Is there a way to keep the original ordering?