Problema de consulta extensa en eventos recurrentes

Created on 14 August 2024, 4 months ago
Updated 27 August 2024, 3 months ago

Problem/Motivation

Steps to reproduce

I hope you are having a good day.

The problem I have is that I am using the plugin to generate an agenda for school classes in classrooms, so I have entered quite a few recurring events for example: (a class called "technologies" that is booked in a classroom every Tuesday from 10:00 to 11:00 hrs. from August to December) and so on with more classrooms and more classes, then when showing the week view of fullcalendar view.

Apparently the plugin executes the entire query of all the instances of the semester and as there are numerous the query is extended and takes too long until it crashes the service.
According to me this could be limited in the pagination but I have already tried several options and they do not work.

Previously in the "Calendar" plugin there was an option to paginate week by week and thus the query was not so long.
My question would be if there was a similar function to solve this detail or if in the future it is planned to be implemented.

I'm running Drupal 10.3.2 and Fullcalendar View 5.2.1
Thanks in advance for the plugin it's really good.
regards!

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Closed: won't fix

Version

5.2

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇦🇺Australia mingsong 🇦🇺

    Short answer to you question is no, there won't be new feature to load events by week.

    With the latest version this module, in order to reduce the loading time, I would suggest checking the following.

    1. Are you using another module to manage the recurring date field? such as the Smart date module ? If so, try not to use other module but use a long plain text field to present the RRULE string for recurring logic of an event. You can get more information how to do that in this module page under how to use section.
    2. Try another alternative module, such as https://www.drupal.org/project/fullcalendar_block

    Sorry I couldn't be more helpful.

  • Status changed to Closed: won't fix 4 months ago
  • 🇦🇺Australia mingsong 🇦🇺
  • Thank you very much for the reply. If you are currently using the smart date module, I will try using the RRULE option, and again thank you very much, it is a great module. Regards!

Production build 0.71.5 2024