Skip to content

Recurring entries from the user group calendar are not shown #849

Open
@malemburg

Description

@malemburg

See https://www.python.org/events/python-user-group/ and compare to http://www.pycon.org/#calendar

Most entries in the user group calendar are recurring entries, so the website is missing out on most such events. It only shows events which are not recurring.

It would be great if we could finally fix this, since it's a known issue which has been open for 1.5 years now (see #335).

Activity

added
bugThis is a bug!
backendRelates to the backend of the app
app/eventsRelates to the calendars and events app
on Nov 18, 2015
willingc

willingc commented on Nov 18, 2015

@willingc
Contributor

@malemburg I agree. The recurring events should be included.

I wonder if this is a bug with the rule mixins within the event model and how next_event is handled.

malemburg

malemburg commented on Sep 14, 2021

@malemburg
MemberAuthor

The bug still persists. This event is setup as a recurring event, but not shown on the website:

https://calendar.google.com/calendar/event?eid=XzZncTM4bzloYzhyNjZiYjM2a3IzYWI5a2M4cm02YmIxNzFoamdiOW1jb3FqaWRoaGNncWo2cGI2NjRfMjAyMTA5MTRUMDMzMDAwWiAzaGFpZzJtOW1zc2xrcGYydG4xaDU2bm45Z0Bn&ctz=Etc/GMT

The same goes for all other recurring user group event (of which we have many).

Would be great if we could get this fixed :-)

malemburg

malemburg commented on Sep 14, 2021

@malemburg
MemberAuthor

I assigned the bug to @berkerpeksag and @ewdurbin in the hope that we get some movement on this rather serious bug. It's been open since 2014. Feel free to assign it to others.

Since most user group events are recurring events, the website is missing out on a lot of fun:

image

whereas the website shows this for today:

image

knowledgecomputer2018

knowledgecomputer2018 commented on Sep 14, 2021

@knowledgecomputer2018

hi i do not know what you say .what is meaning every week my event listed with recurring?
good luck
god willing

malemburg

malemburg commented on Apr 7, 2022

@malemburg
MemberAuthor

I've had a look at a few python.org database entries and they all seem to have only an "Occuring rule" entry instead of a "Recurring rule" entry. I've now deleted the entry for "PyDelhi User Group Meetup" from the database to see whether the entry gets picked up with correct "Recurring rule" in the next cronjob run.

malemburg

malemburg commented on Apr 7, 2022

@malemburg
MemberAuthor

Hmm, looking at the code in https://github.com/python/pythondotorg/blob/main/events/importer.py there doesn't seem to be any support for importing recurring events from the Google calendars. This would explain why they don't work 🤦

malemburg

malemburg commented on Apr 7, 2022

@malemburg
MemberAuthor

I've had a look at a few python.org database entries and they all seem to have only an "Occurring rule" entry instead of a "Recurring rule" entry. I've now deleted the entry for "PyDelhi User Group Meetup" from the database to see whether the entry gets picked up with correct "Recurring rule" in the next cronjob run.

The system recreated the entry, but only with an "Occurring rule" pointing to the first instance of the event. After looking at the code, this is not surprising.

I guess we'll have to mark this as feature request.

added
enhancementThis is an improvement to existing code or configuration
and removed
bugThis is a bug!
on Apr 7, 2022

1 remaining item

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

app/eventsRelates to the calendars and events appbackendRelates to the backend of the appenhancementThis is an improvement to existing code or configuration

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @berkerpeksag@ewdurbin@willingc@malemburg@knowledgecomputer2018

      Issue actions

        Recurring entries from the user group calendar are not shown · Issue #849 · python/pythondotorg