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

Indexing problem for recurring events #212

Open
pgrunewald opened this issue Feb 15, 2016 · 0 comments
Open

Indexing problem for recurring events #212

pgrunewald opened this issue Feb 15, 2016 · 0 comments

Comments

@pgrunewald
Copy link

If an event has an occurrence which overlaps the event one index entry is invalid.

Steps to reproduce:
Add an event with the following properties:

  • start: 15/02/2016 15:00
  • end: 16/02/2016 16:00
  • recurrence rule: RRULE:FREQ=DAILY;UNTIL=20160217T000000

In this case the start of the first occurrence is before the end of the event. The catalog shows for this event three entries for the start index and two entries for the end index. Normally the end index for this event should have three entries.

Versions:
plone.app.event = 1.1.4 (using with [archetypes] option)
plone.formwidget.recurrence = 2.0.1
plone.formwidget.datetime = 1.1
Plone 4.3.7

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

1 participant