When following https://docs.grommunio.com/grommunioUserDoc.pdf on page 25 it mentions the caldav path to use
https://<ServerURL>/dav/calendars/<Username>/<Calendar Name>
I want to be able to map to the main Calendar

so in the caldav url I use
https://<ServerURL>/dav/calendars/<Username>/Calendar/
Instead it ends up creating a new Calendar, containing a UUID as it's name in the mailbox.

Is it possible to map to the main Calendar, without being forced to use a UUID folder?
Also, if I create a new Calendar, in /web interface, lets say Cal1
then I use the caldav url
https://<ServerURL>/dav/calendars/<Username>/Cal1/
Instead of mapping to Cal1 calendar, it will still create a new calendar with a UUID as it's name instead.
I am unable to map to the existing main Calendar or a created folder in the web interface. Registering a caldav entry in iOS always ends up creating a new Calendar with a UUID as it's name.
How can we correct this?
Also,
If I rename the UUID Calendar in /web to something else, lets say Cal2,
then I refresh Calendars in iOS,
it will create a new Calendar in /web interface with a UUID, over and over.