Skip to content

Commit 8f2a140

Browse files
committed
🐛 Add missing file
1 parent 1fad728 commit 8f2a140

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Sources/Sorting.swift

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
class Sorting {
2+
static let AllowedFields = [
3+
"id",
4+
"calendar.id",
5+
"calendar.type",
6+
"calendar.label",
7+
"calendar.color",
8+
"title.full",
9+
"title.description",
10+
"title.icon",
11+
"schedule.start.at",
12+
"schedule.start.in",
13+
"schedule.end.at",
14+
"schedule.end.in",
15+
"schedule.all_day",
16+
"location",
17+
"meeting.organizer",
18+
]
19+
}

0 commit comments

Comments
 (0)