[fedocal] #70: Editing a recursive event should be less error-prone
by fedocal
#70: Editing a recursive event should be less error-prone
-------------------------+-------------------------
Reporter: kparal | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: Future
Component: fedocal | Version: development
Keywords: |
-------------------------+-------------------------
When I edit a recursive event, I often forget to check "Yes I want to edit
all the meetings" checkbox and I need to repeat the edit (provided I even
notice it). The checkbox is off by default.
However, if we make it enabled by default, it can also cause some data
loss in different workflows.
Please do it the same way other calendars systems do it - either before
edit, or after edit ask the following question:
{{{
This is a recursive event. What do you want to edit?
[Only this event] - [All events] - [All future events]
}}}
That would be really friendly.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/70>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 11 months
[fedocal] #76: Allow to add past meetings
by fedocal
#76: Allow to add past meetings
---------------------+-------------------------
Reporter: kparal | Owner:
Type: defect | Status: new
Priority: minor | Milestone: Future
Component: fedocal | Version: development
Keywords: |
---------------------+-------------------------
You have allowed to edit past meetings. Please also allow to add new
meetings in the past. Thank you :-)
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/76>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 11 months
[fedocal] #75: Delete meeting inconsistencies
by fedocal
#75: Delete meeting inconsistencies
---------------------+-------------------------
Reporter: kparal | Owner:
Type: defect | Status: new
Priority: minor | Milestone: Future
Component: fedocal | Version: development
Keywords: |
---------------------+-------------------------
If I want to delete the meeting, there is a "Yes I want to delete this
meeting" checkbox. If I _don't_ activate it, I can still press "Delete"
button (it would make sense to make the button insensitive until the
checkbox is activated). Also, after pressing Delete, fedocal prints
"Meeting deleted" in green text, however the meeting is still present
(that's expected).
Make the Delete button insensitive until the checkbox is on and you'll
solve both problems.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/75>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 11 months
[fedocal] #74: Full-day toggle can't be changed on existing meetings
by fedocal
#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.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/74>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 11 months
[fedocal] #38: scheduling a recurring meeting doesn't start on the correct date
by fedocal
#38: scheduling a recurring meeting doesn't start on the correct date
---------------------+-------------------------
Reporter: tflink | Owner:
Type: defect | Status: new
Priority: major | Milestone: Future
Component: fedocal | Version: development
Keywords: |
---------------------+-------------------------
I just created a reoccurring meeting which starts on 2013-05-20 (today is
2013-05-14). However, when I view the relevant calendar, the meetings
start occurring from 2013-05-13 which is one week before the meeting is
supposed to start.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/38>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 11 months
[fedocal] #68: Be able to change past meetings
by fedocal
#68: Be able to change past meetings
-------------------------+-------------------------
Reporter: lbrabec | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: Future
Component: fedocal | Version: development
Keywords: |
-------------------------+-------------------------
Fedocal won't allow to edit past meetings. From time to time there is need
to edit such meetings. It would be nice to have this feature for repairing
typos and broken URLs for retrospective reasons.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/68>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
10 years
[fedocal] #62: Fix full-day meeting in ical export
by fedocal
#62: Fix full-day meeting in ical export
---------------------+-------------------------
Reporter: lbrabec | Owner:
Type: defect | Status: new
Priority: major | Milestone: Future
Component: fedocal | Version: development
Keywords: |
---------------------+-------------------------
Full day meeting in iCal export is something like this:
DTSTART:20131003T000000Z
DTEND:20131003T235900Z
In other words, from midnight of one day to midnight of next day.
Full day meetings created this way are not shown properly in other apps
(Google Calendar, Evolution...)
Full day meeting created in Google Calendar or Evolution (and shown there
in proper way) has iCal format like this:
DTSTART;VALUE=DATE:20131002
DTEND;VALUE=DATE:20131003
(and also set time transparency: TRANSP:TRANSPARENT)
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/62>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
10 years