- Issue created by @erutan
- 🇨🇦Canada mandclu
Have you tried not selecting any fields in the "Customize Fields" option?
- 🇺🇸United States erutan
I did, it still did the infinitely long events ending at today.
I can go back and try again in a few days, but with either one or two standard drupal date fields added to the view it wasn't creating reasonable events.
- 🇺🇸United States erutan
Using a standard date field on that entity as start, then referencing a standard date field in a related (storage) entity leads to a blank calendar. I've tried selecting no date fields, one date field, and both. There are no other date fields in the view.
If I switch to unformatted list all the fields show up, so I'm not just messing up the relation.
If I have two dates on the same entity it's the same infinite past to present day list of entries. Again I've tried selecting no date fields, one date field, and both.
- 🇨🇦Canada mandclu
Could you post a screen grab that shows the fields you're trying to use? Also, you mentioned that you have this working with Fullcalendar View. Would you be willing to post a screen grab of that config?
- 🇺🇸United States erutan
Upgraded, testing against rc1 entries start and stop when they should! Selecting fields or not selecting fields doesn't seem to make any difference.
There are two issues:
1) Each entry shows up twice. I assume that this is because it loads a date field for the start, and then another one for the end.
2) Each entry has a 5p or 12a even though the fields are "date only" and don't have any time associated with them. I don't see an option for "all day events only" etc in the config settings, but regardless it probably shouldn't make up a fake time if none is present.
- 🇺🇸United States erutan
As per https://www.drupal.org/project/fullcalendar/issues/3475373#comment-15860986 ✨ Time format options Active times should now be able to be hidden, so it's really just the duplicate entries showing up. Anyone able to replicate this?
- First commit to issue fork.
- Merge request !48Issue #3480947: Duplicate entries for all day events with multiple standard... → (Open) created by Unnamed author
- 🇮🇳India vinayakmk47
Here is the patch if you want to test and check the unique events for the same.
- 🇮🇳India vinayakmk47
Please use this patch DuplicateAllDayEvents-3480947-15.patch for the Duplicate entries for all day events with multiple standard (non smartdate) date fields issue.
- 🇮🇳India vinayakmk47
Duplicate entries for all day events with multiple standard (non smartdate) date fields
- 🇺🇸United States erutan
Thanks for the patch, I'll try and get this tested in a few days - things are hectic now.
- Status changed to RTBC
about 1 month ago 10:35am 26 December 2024 - 🇩🇪Germany mithun-a-sridharan Heidelberg
I can confirm the duplicate entries on the frontend when assigning start and end dates to an event. Following the comment #7 by @erutan, I removed the end date and the duplicates don't show up on the front end. I've attached screenshots that demonstrate this behavior. Please merge the fix and issue a new release.
- 🇩🇪Germany mithun-a-sridharan Heidelberg
Dear all,
I can also confirm that this patch works. I've added my comments and screenshots to the other related issue I posted here 🐛 Major bug: Duplicate entries or incorrect duration on calendar Active . The patch seems to fix the issues I was facing. Shout out to @vinayakmk47 → for the patch and all the contributions from this community.
Thanks a ton!
Mithun A. Sridharan