HorizonCalendar icon indicating copy to clipboard operation
HorizonCalendar copied to clipboard

Week View

Open rs658726 opened this issue 4 years ago • 6 comments

Hello,

Are there any plans to implement a week view in the near future?

rs658726 avatar Jul 13 '20 21:07 rs658726

Hi @rs658726 - do you mean something like this?

image

If so, my answer is: we don't have plans to support that right now, but if there's enough people asking for this, then maybe 🙂

bryankeller avatar Jul 14 '20 23:07 bryankeller

Yes, that's it. The 2 most popular iOS calendar libraries support this and it is a highly requested feature. Thank you.

rs658726 avatar Jul 14 '20 23:07 rs658726

+1, I would like to see this as well. JTAppleCalendar has some big issues with how it does layout, and this is the only feature stopping me from switching right now.

dcramps avatar Nov 20 '20 17:11 dcramps

+1, I need this too.

jsryudev avatar Mar 03 '21 02:03 jsryudev

For full transparency, there are no plans to support this. My recommendation would be to build this single-row view as just a horizontally-scrolling collection view. The code for it should be pretty simple, and you should be able to accomplish it using flow layout or compositional layout. You could even reuse DayView.swift and DayOfTheWeekView.swift to ensure that the stylings are the same, if you're doing transitions between HorizonCalendar and your custom single-row view.

bryankeller avatar Mar 06 '21 20:03 bryankeller

Any minds changed regarding this feature @bryankeller ?

DoctorP96 avatar Nov 21 '23 13:11 DoctorP96