-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Default calendar: new date format parameter for a single timed event spanning multiple days #3604
Comments
so , I saw. spanningSingleEventDateFormat |
The name was just an example, multiDayEventEndDateFormat sounds good. |
in your examples above the formatting of the start part of the event was the same in each example , so you want a new variable to control JUST THE END formatting in this case |
Ah, yes, hence your proposal for the variable name multiDayEventEndDateFormat. |
so what should be its default value? and its only when the start and end day are different? right |
When I look at the existing default date formats, I would propose:
Right, I did write: |
what does that mean? "will drop this wish" |
thus why we don't display end in general really only NEED to know when the next start is |
Not quite sure I understand. In general as in ALL events with start and end time? Could you give a(n) example(s), please? |
i was just saying in general you REALLY only need to know the upcoming event start time. once that time arrives , you are IN the event, and don't need to know the start time anymore. and it will end when it ends, as scheduled or not. regardless what the calendar on the wall says the problems you are describing trying to decide which formatting to use, is why we don't display end of events by default. hard to get it right for everything |
Okay, I think I get it, but need to digest it a bit. |
Question in between: ' I do not see the end time when using 'relative', unless that is wanted. |
showEnd is only used in absolute |
Sam, I am thinking to close this feature request. I would be forced to use Better to spend time on other, real Issues. I could open an Issue for |
i had not done the coding. YOU can change spacing w css |
@evroom git pull the code does this
I have not submitted this change |
all the log entries for the module_name.js are in the browser developers window if you would like that log joined with the console log you can use formatting the code says I did NOT change HOW the two parts are cojoined
with no extra leading or trailing space (you could ADD a leading or trailing space in the format string) |
Hello Sam, Just want to apologise for not pursuing this issue and give an update. |
no problem |
Feature Request.
I see a possible 'need' for a new date format parameter.
For a single, timed event, spanning multiple days.
E.g.
spanningSingleEventDateFormat
.[TestCal: TIMESPAN_HOLIDAY
November 25, 2024, 12:00 – November 27, 2024, 17:00]
For a single, timed event, spanning one night, like an overnight flight, it is not really necessary, but not really bad either.
[TestCal: OVERNIGHT_FLIGHT
December 2, 2024, 20:00 – December 3, 2024, 04:00]
The reasoning behind it is following:
For a 'normal', single, timed event I am (personally) not really interested in the full end date format (
dateEndFormat
).That is why I normally use
dateEndFormat: "HH:mm"
.But for a single, timed event, spanning multiple days, the setting
dateEndFormat: "ddd MMM D - HH:mm"
makes more sense.[good for normal events, 'bad' for spanning events]:
['bad' for normal events, good for spanning events]:
I hope I could explain it well enough.
And that it makes sense. :-)
Best regards,
E.J.
The text was updated successfully, but these errors were encountered: