Open MarauderXtreme opened 9 years ago
Done
Well you could write me as I requested the function you have set up instead of only writing done.
calendar.getEventsByYear(int year) returns a list of all events that happen in the given year calendar.getEventsByMonth(List byYear, int month) returns the events that happen in a specifiv from a list of events
Thank you. I will have a look on this tomorrow.
Could possibly help me with the calender view. I need a function that filters the events by their year and one that filters by month. Second I need a function that sorts the events by their day date.
If these things already exist could you provide me more information?