#74: Full-day toggle can't be changed on existing meetings ---------------------+------------------------- Reporter: kparal | Owner: Type: defect | Status: new Priority: major | Milestone: Future Component: fedocal | Version: development Keywords: | ---------------------+------------------------- If I have an existing non-fullday meeting, the ical contains values like this: {{{ DTSTART:20131114T000000Z DTEND:20131115T000000Z }}}
If I edit the meeting and enable the fullday toggle, nothing changes in the ical (it should change to VALUE=DATE: format). Also when I edit the meeting again, the fullday toggle is _off_ (should be on).
Similarly, if I create a new fullday meeting, the ical contains something like this: {{{ DTSTART;VALUE=DATE:20131123 DTEND;VALUE=DATE:20131124 }}} When I edit the meeting, disable the fullday toggle and change the duration to just a single hour, the ical output does not change (should change to traditional hour format). When I edit the meeting, the toggle is again _on_ (should be off). Quite interestingly, the fedocal web calendar shows the meeting correctly (1 hour duration). But none of the third-party clients would, because ical is wrong.
The only workaround seems to be to remove the existing meeting and create a new one.
#74: Full-day toggle can't be changed on existing meetings ----------------------+------------------------- Reporter: kparal | Owner: Type: defect | Status: new Priority: major | Milestone: 0.4.0 Component: fedocal | Version: development Resolution: | Keywords: ----------------------+------------------------- Changes (by pingou):
* milestone: Future => 0.4.0
#74: Full-day toggle can't be changed on existing meetings ----------------------+------------------------- Reporter: kparal | Owner: Type: defect | Status: new Priority: major | Milestone: 0.4.0 Component: fedocal | Version: development Resolution: | Keywords: ----------------------+-------------------------
Comment (by pingou):
Fixed in https://github.com/fedora-infra/fedocal/pull/62
#74: Full-day toggle can't be changed on existing meetings ----------------------+------------------------- Reporter: kparal | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.4.0 Component: fedocal | Version: development Resolution: fixed | Keywords: ----------------------+------------------------- Changes (by pingou):
* resolution: => fixed * status: new => closed
Comment:
And merged
fedocal-devel@lists.fedorahosted.org