Skip to content
New issue

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

ValueError while ICal export #48

Open
krissik opened this issue Feb 12, 2024 · 2 comments
Open

ValueError while ICal export #48

krissik opened this issue Feb 12, 2024 · 2 comments

Comments

@krissik
Copy link

krissik commented Feb 12, 2024

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.

@davisagli
Copy link
Member

@krissik I looked but did not find an existing issue about this bug. Can you share your steps to reproduce the problem?

@krissik
Copy link
Author

krissik commented Feb 13, 2024

If you add an additional date to recurrence of an event the ValueError is raised.
recurrence-additional-date

... 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.
debugging-val

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants