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

After Query doesn't return multi-day events in the past #72

Open
laurabennett opened this issue Jul 16, 2021 · 5 comments
Open

After Query doesn't return multi-day events in the past #72

laurabennett opened this issue Jul 16, 2021 · 5 comments

Comments

@laurabennett
Copy link

Similar to the problem with upcoming but slightly different.

I have an event for July 2-4, 2021 (now in the past) and another event July 23 - Aug 1. Plus a number of single day recurring events that seem to work as expected.

If I query for events after July 1, the future multi-day event displays but the July 2-4 event does not.
If I query for events between July 1 and July 30 both events display as expected.

{% if endDate is not empty %}
{% set events = craft.calendarize.between(startDate, endDate, {
section: ['events']
}, order, unique) %}
{% else %}
{% set events = craft.calendarize.after(startDate, {
section: ['events']
}, order, unique) %}
{% endif %}

@laurabennett
Copy link
Author

Is this plugin no longer being supported? It does so much of what I need but a few issues with date filtering are causing it to be unusable for what we need to use it for.

@fvaldes33
Copy link
Contributor

@laurabennett - It was our intention to continue supporting this plugin but it has been very difficult with other client work in our way. If you can send me the exact details of the event date, times and recurring rules I can try to reproduce the issue and push a fix.

@laurabennett
Copy link
Author

laurabennett commented Oct 7, 2021 via email

@laurabennett
Copy link
Author

laurabennett commented Oct 14, 2021 via email

@laurabennett
Copy link
Author

Help?? This is still an issue. At this point we will likely need to transfer our calendar to a different plugin.

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