Is your feature request related to a problem? Please describe.
Switching pages in the calendar is slow and unoptimized, it was a first draft and should be redesigned.
Describe the solution you'd like
Make calendar more memory efficient and use less looping through all events. Also we should refactor Event class into an interface.
Is your feature request related to a problem? Please describe.
Switching pages in the calendar is slow and unoptimized, it was a first draft and should be redesigned.
Describe the solution you'd like
Make calendar more memory efficient and use less looping through all events. Also we should refactor
Eventclass into an interface.