Ref T8031, Make default start value of new events to be the next whole hour and the end value to be the next whole hour after that.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T8031: Set better start and end time defaults for new Calendar events.
- Commits
- Restricted Diffusion Commit
rPbb0004fd41bc: Make default start value of new events to be the next whole hour and the end…
Create new event at, say, 10:30am. Event default times should be 11:00 AM - 12:00 PM
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- calendareventdefaulttimes
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 6159 Build 6180: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
As an idle thought, the chance that these times are correct might actually be lower than just always picking, say, 12PM - 1PM, since the number of events scheduled less than 59 minutes in advance is probably not very large.
Comment Actions
Okay, I think that you're probably correct. I still think this is more useful than rightNow() - rightNow(). But yeah, maybe 12-1 is better.
Comment Actions
I do think this looks/feels like a better default than right now - right now, even if it's not actually more useful.