Ref T8021, Calendar event detail view should show no time for all day events, and should show only one time field for one day events
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T8021: Implement "All Day" events
- Commits
- Restricted Diffusion Commit
rPda52a27b42c2: Calendar event detail view should show no time for all day events, and should…
Open all-day event, event should show "Time" field with not start/end dates. Two day events should show start and end days, not times. Normal events should show old way of displaying start and end times.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Instead of figuring duration of all-day events, just compare if all-day event is a one-day or multi-day event to determine if should show start/end time or just one time.