Closed (duplicate)
Project:
Calendar
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
29 Oct 2015 at 20:59 UTC
Updated:
3 Sep 2019 at 10:10 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedpjonckiere created an issue. See original summary.
Comment #2
Anonymous (not verified) commentedThere is a discussion on this here: #2161337: Add a Date Range field type with support for end date
Afaik, there currently is no implementation though.
Comment #3
Anonymous (not verified) commentedFormulated a more general question here: #2613454: Port Date module functionality missing from 8.x core
Comment #4
tedbowPostponing for now to see what happens either in core or Date 8.x
There is new class \Drupal\calendar\DateFieldWrapper. For now the getEndTimeStamp in this class just calls getStartTimeStamp. So in the future we could update getEndTimeStamp to get the real end timestamp. Outside of this class logic can assume that the start and end might be different.
Comment #5
colanWork has now started in core via #2161337: Add a Date Range field type with support for end date. That's what we're waiting for.
Comment #6
colanI'm assuming we don't need to keep this ticket open given #2699477: Steps towards handling end dates in Calendar 8.