Closed gabkol closed 8 years ago
The database query only returns events and not tasks. Added query.equalTo("eventtype", false); //event in function public List<Event> getEvents(Date startDate, Date endDate)
query.equalTo("eventtype", false); //event
public List<Event> getEvents(Date startDate, Date endDate)
The database query only returns events and not tasks. Added
query.equalTo("eventtype", false); //event
in functionpublic List<Event> getEvents(Date startDate, Date endDate)