We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In plone.app.event there is an bug mentioned that causes a value error while exporting an event with recurrence and RDATE
RDATE
https://github.com/plone/plone.app.event/blame/master/plone/app/event/ical/exporter.py#L308
Can someone point me to more information about this bug? I can reproduce it with plone 6.0.9.
The text was updated successfully, but these errors were encountered:
@krissik I looked but did not find an existing issue about this bug. Can you share your steps to reproduce the problem?
Sorry, something went wrong.
If you add an additional date to recurrence of an event the ValueError is raised.
... and because ValueError is swallowed in plone.app.event the additional date is missing in export.
While debugging I saw that there are dashes in the date (val) which seems to be a problem.
val
No branches or pull requests
In plone.app.event there is an bug mentioned that causes a value error while exporting an event with recurrence and
RDATE
https://github.com/plone/plone.app.event/blame/master/plone/app/event/ical/exporter.py#L308
Can someone point me to more information about this bug? I can reproduce it with plone 6.0.9.
The text was updated successfully, but these errors were encountered: