issues
search
jhu-collab
/
proj-hourly
Hourly is Calendly for instructors, students, and TAs.
5
stars
3
forks
source link
Research customization options for calendar
#299
Closed
samuelatefah
closed
2 years ago
samuelatefah
commented
2 years ago
FullCalendar doesn't offer much flexibility in terms of customizing the calendar (or, maybe, I am having trouble looking for customization options). I will do research to see if we can improve the calendar after Madooei's suggestions.
https://dribbble.com/shots/16349171-Calendar-Timeline-for-Retasks-Lazarev
https://dribbble.com/shots/15755836-Construction-Calendar
https://dribbble.com/shots/9089543-Schedule-Dashboard-Design
https://dribbble.com/shots/16134436-Calendar-Upcoming-Events-Exploration
samuelatefah
commented
2 years ago
There are numerous ways to customize the calendar!
https://fullcalendar.io/docs/css-customization
(I will learn about CSS to properly implement whatever design Astrid creates)
https://fullcalendar.io/docs/day-header-render-hooks
(allows for customization for how the day header appears - I can create a custom component!)
https://fullcalendar.io/docs/slot-render-hooks
(allows for customization for how the time slots appears - I can create a custom component!)
https://fullcalendar.io/docs/event-render-hooks
(allows for customization for how individual events appear - I can create a custom component!)