starttime cannot be equal to endtime
Bug #1544582 reported by
fgores
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Calendar App |
Fix Released
|
Medium
|
Arthur Mello |
Bug Description
Maybe not a bug, for me it is very inconvenient. I import every month my workingroster and this has so called check-in and check- out appointments. These are set as starttime=endtime but shown as a 15min appointment. In Ubuntu Calendar these imported appointments are set at midnight and so not useable for me.
I would like to request the possibility when end- and starttime are the same, the appointment is shown as (lets say 15min).
btw I normally import it from google agenda
Frank
Related branches
lp://staging/~artmello/ubuntu-calendar-app/ubuntu-calendar-app-fix_1544582
- Jenkins Bot: Approve (continuous-integration)
- Renato Araujo Oliveira Filho (community): Approve
-
Diff: 185 lines (+45/-25)6 files modifiedEventBubble.qml (+9/-4)
EventDetails.qml (+16/-13)
NewEvent.qml (+5/-2)
TimeLineBase.qml (+12/-3)
TimeLineBaseComponent.qml (+1/-1)
calendar_canvas.js (+2/-2)
Changed in ubuntu-calendar-app: | |
milestone: | none → 0.5 |
Changed in ubuntu-calendar-app: | |
assignee: | Renato Araujo Oliveira Filho (renatofilho) → Arthur Mello (artmello) |
Changed in ubuntu-calendar-app: | |
status: | Confirmed → In Progress |
Changed in ubuntu-calendar-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
In my testing, I'm seeing events imported from google that have startTime=endTime are displayed in the Agenda view at the correct start time, but do not have an end time. Also they are not displayed at all in the day or week views.
We should do the following:
1) allow creation of events with startTime=endTime
2) display these as 15 minute blocks in the view (same we we just fixed for events < 15 mins in size)
3) on import from google, make sure to properly set the endTime if startTime=endTime