I am using a cronjob to fetch a public calendar in iCal format to be displayed on a webpage.
The URL used to fetch the calendar looks like this: server/api/user@domain/ical/Public%20Folders/Folder/Subfolder
Now, the problem is that the received ics file grows! There are 8 events in the calendar, but the size of the thing is 60MB+. Looking inside, I see that the events are described over and over in a loop. Also, no matter which subfolder I fetch, the events from all the subfolders are returned.
Should I not use subfolders?