getCollections() does not fetch collections under folder
Brought to you by:
fortuna
CalDavCalendarStore store = new CalDavCalendarStore("//Bedework.org//BedeWork V3.8//EN", url, PathResolver.BEDEWORK);
store.connect("vbede", "bedework".toCharArray());
List<CalDavCalendarCollection> myList = store.getCollections();
The getCollections does not return the calendars that are added under a folder. For instance, I have
-vbede
--calendar
--inbox
--outbox
--folder
---calunderfolder
--general
In this case, I do not get calunderfolder in the collection returned.