Calendar - Display one Day Horizontally

How can I achieve that a Calendar shows day by day get displayed horizontally and not vertically.
Like this: each Driver would be an instance of Calendar
1 2 3 4 5 6 7 8… 23
Driver1
1 2 3 4 5 6 7 8… 23
Driver2
1 2 3 4 5 6 7 8… 23
Driver3

I have a lot of driver (12+) so I can’t add/display them horirzontally
Dri1 Dri2 … DrN
The final implementation of this UI would allow the user to drag and drop/exchange “passangers” between them, add new one, etc…