#23: Desktop or CLI client
-------------------------+--------------------
Reporter: pingou | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: Future
Component: API | Version:
Keywords: |
-------------------------+--------------------
In the long term it might be cool if we have a cli or desktop client for
fedocal.
This might need, more work on the API (beside all the work on the client).
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/23>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
#54: Add CalDAV support
-------------------------+-------------------------
Reporter: lbrabec | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: Future
Component: fedocal | Version: development
Keywords: |
-------------------------+-------------------------
It would be nice to have support for CalDAV for easy use of fedocal with
Thunderbird or Evolution.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/54>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
#132: Some full-day events seems to span two days (in google calendar)
---------------------+-------------------------
Reporter: kparal | Owner:
Type: defect | Status: new
Priority: minor | Milestone: Future
Component: fedocal | Version: development
Keywords: |
---------------------+-------------------------
We have these two test days defined in our QA calendar:
* i18n Test Day, https://apps.fedoraproject.org/calendar/QA/2014/9/1/#m764
* Wayland Test Day,
https://apps.fedoraproject.org/calendar/QA/2014/9/1/#m420
Both of them look like a single full-day event in Fedocal, and even in
Zimbra and Evolution. But in Google Calendar, only Wayland looks like a
single day, and i18n looks like spanning two days (with an indication that
it's from 2AM first day to 2AM second day). Look at the attachment.
They both seemed to be stored the same way:
{{{
Stored as:
Start: 2014-09-02 - 00:00:00 UTC
End: 2014-09-03 - 00:00:00 UTC
}}}
and
{{{
Stored as:
Start: 2014-09-04 - 00:00:00 UTC
End: 2014-09-05 - 00:00:00 UTC
}}}
ical export says:
{{{
BEGIN:VEVENT
UID:20140825T134824Z-55530@fedocal01.phx2.fedoraproject.org
DTSTART;VALUE=DATE:20140902
DTEND;VALUE=DATE:20140903
DESCRIPTION:<i>This is temporary placeholder meeting\, it will be updated<
/i>\n\nWe will test Wayland in upcoming Fedora 21.\n
LOCATION:fedora-test-day@irc.freenode.net
ORGANIZER:lbrabec\, pschindl
SUMMARY:i18n Test Day
TRANSP:TRANSPARENT
END:VEVENT
}}}
(there is a wrong description, but I don't want to touch it, because it
might "fix" the bug:))
and
{{{
BEGIN:VEVENT
UID:20140825T134824Z-37071@fedocal01.phx2.fedoraproject.org
DTSTART;VALUE=DATE:20140904
DTEND;VALUE=DATE:20140905
DESCRIPTION:*This is temporary placeholder meeting\, it will be updated*\n
\nWe will test Wayland in upcoming Fedora 21.\n\n
LOCATION:fedora-test-day@irc.freenode.net
ORGANIZER:kparal\, lbrabec\, pschindl
SUMMARY:Wayland Test Day
TRANSP:TRANSPARENT
END:VEVENT
}}}
I have no idea where the difference is, but there has to be some. Ideas?
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/132>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
#130: Vacation page hard to understand
-------------------------+-------------------------
Reporter: oget | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: Future
Component: fedocal | Version: development
Keywords: |
-------------------------+-------------------------
The calendar application used in the Vacation page [1] is not clear about
its purpose.
It gave me the feeling that the actual calendar application was designed
to hold a schedule of meetings of a group of people, but in this page, it
is being used outside of its intended design. We certainly do not need
details down to the hours of absence of people. Therefore I suggest some
improvements. In summary:
-The Time column seems irrelevant. Dates should be sufficient.
-I am not sure about the purpose of the Meeting column. Maybe this needs
to be clarified, or the column needs to be renamed.
- We need a column for the id of the person (FAS username, real name?) who
is absent. Currently, we have to click through each entry to find out
whether a sought person is in vacation.
- Multi line entries get mixed up. Not clear which line belong the which
entry. This needs clarification.
- When I click on the > link next to "July 2014" on the upper left of the
page it takes me to a page which is extremely confusing. Maybe some
explanation is needed about the purpose of that page.
Thanks,
Orcan
[1] https://apps.fedoraproject.org/calendar/list/vacation/
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/130>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
#129: Visually distinguish meetings in list view
-------------------------+-------------------------
Reporter: lbrabec | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: Future
Component: fedocal | Version: development
Keywords: |
-------------------------+-------------------------
Current design of list view is somehow confusing - at first sight, one
can't tell where meeting description starts and where it ends. Some kind
of separator between meetings would be nice.
Also, since meeting detail is now pretty polished and there is 'blue box',
it could be more readable if just part of meeting description was shown
and rest of it would be accessible through click.
I did quickfix for this, see attachment for patch.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/129>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
#133: Some of our meetings got shifted in time in iCal
----------------------+-------------------------
Reporter: kparal | Owner:
Type: defect | Status: new
Priority: critical | Milestone: Future
Component: fedocal | Version: development
Keywords: |
----------------------+-------------------------
In our QA calendar we have a weekly Monday QA meetings and bi-weekly
Monday QA-devel meetings. Everything seemed fine today, until I deleted
today's occurrence of QA-devel meeting. Then something broke.
In Fedocal, all of future QA and QA-devel meetings still look OK, they are
display at 15:00 UTC (QA) and 14:00 UTC (QA-devel). But in everything
consuming ics, i.e. Google Calendar, Zimbra and Evolution, I see them at
21:00 and 20:00 CEST, which means 19:00 and 18:00 UTC. So they got shifted
by +4 hours.
I have no idea what's wrong. I guess that if I delete the whole series and
recreate it, it will get fixed. I can do that if needed. But first, I'd
like us to find the root cause of the bug so that it doesn't happen again.
The ics file is attached. Do you see any obvious errors? Thanks for
looking into this.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/133>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
#131: reminder email not sent for Chinese meeting
---------------------+--------------------
Reporter: alick | Owner:
Type: defect | Status: new
Priority: major | Milestone: Future
Component: fedocal | Version:
Keywords: |
---------------------+--------------------
I've created the Chinese meeting [1] under ambassadors calendar and edit
the reminder setting to send emails to the Chinese mailing list
automatically. But we haven't received such reminder email. Hope someone
can look into this issue.
[1] https://apps.fedoraproject.org/calendar/meeting/470/
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/131>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora