- 🇵🇱Poland gugalamaciek
Improved patch which covers:
- adds all_day column in DB for datetime range fields. Set it as disabled for all existing data with datetime type
- allow to enable all day dates for datetime type & set default value for it in field settings
- widget to set all day, making sure that date is stored in UTC when all day is selected (in general timezone is ignored when all day event is set)
- GraphQL - share allDay property for datetime range fields
- formatter - for now only supported inn default formatter. You can specify date format for all day and non all day dates
- js - when you'll select all day, time is set to 00:00:00 for start & end dates - First commit to issue fork.
- 🇵🇱Poland gugalamaciek
#50 is #49 extended with End date optional #153 ( https://www.drupal.org/project/drupal/issues/2794481#comment-14839868 ✨ Allow end date to be optional Needs review )
- Merge request !8041Issue#2734255: Support Date range all day per instance. → (Open) created by sakthi_dev
- 🇮🇳India sakthi_dev
@gugalamaciek, could you please share the diff. I have created an MR for 11.x 2ith #49.
- 🇵🇱Poland gugalamaciek
Ups... I forgot about schema updates. So this is #49 + schema fixes.
- 🇵🇱Poland gugalamaciek
@sakthi_dev I'll try to produce 11.x version in free minute... but can't promise when exactly.
- 🇧🇪Belgium rp7
Updated patch in #54 to be compatible with Drupal 10.4.6.
I might take a stab at D11 soon.