Closed AquaMCU closed 3 months ago
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Module
base_dav
Describe the bug
The field NAME of the event is not exported as SUMMARY as the ical defenition needs, but as NAME.
This leads to an empty description of the event.
To Reproduce
Affected versions: ALL
Steps to reproduce the behavior: My contribution so far:
Installing Install the module and the radical python lib
Rights Set the access and creation rights for your user (access_dav_collection, access_dav_collection_field_mapping)
Create a webdav collection Add the following: DSTART --> START DTEND --> STOP DESCRIPTION --> ( I use the videocall_location) SUMMARY --> NAME
Expected behavior A clear and concise description of what you expected to happen. in the ical file, the NAME: should be SUMMARY:
I guess, you can do this with the in and out code, but I do not understand that: Need help!
Additional context Add any other context about the problem here. (e.g. OS, Python version, ...)