Open
Bug 415376
Opened 18 years ago
Updated 1 year ago
Lightning should support VFREEBUSY elements
Categories
(Calendar :: Provider: ICS/WebDAV, enhancement)
Calendar
Provider: ICS/WebDAV
Tracking
(Not tracked)
NEW
People
(Reporter: omar.bajraszewski, Unassigned)
References
Details
Attachments
(2 files)
Lightning and Sunbird don't display private events from public Google ics calendars (and maybe others). Google calendar displays them as 'busy'
Steps to reproduce:
1)Subscribe to public Google calendar with private events
Result:
The private events are not displayed
Expected result:
They are visible as 'busy'
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
Lightning 2008020206
Comment 3•18 years ago
|
||
Using the gdata provider, or via ics feed?
In the latter case, can you attach an ICS export? In the former case, the usual XML from the error console.
Reporter | ||
Comment 4•18 years ago
|
||
I subscribe it as remote ics (it doesn't matter whether with gdata provider or without):
http://www.google.com/calendar/ical/cfbr7fphtqovej61lch1jr6fvc%40group.calendar.google.com/public/basic.ics
Comment 5•18 years ago
|
||
The linked .ics file doesn't contain private events. Instead it contains VFREEBUSY elements, e.g.
BEGIN:VFREEBUSY
DTSTART;TZID=Europe/Warsaw:20080125T080000
DTEND;TZID=Europe/Warsaw:20080125T080000
DTSTAMP:20080202T234350Z
UID:409cc6a9db20cfe75587c2a0ae5c582b531b5d5a@google.com
URL:
SUMMARY:Busy
END:VFREEBUSY
I think Sunbird/Lightning supports only VEVENT and VTODO elements but not VFREEBUSY.
Comment 6•18 years ago
|
||
Correct, VFREEBUSY is not seen as an event. This could be an enhancement though. Omar, if you agree feel free to change the bug title.
Reporter | ||
Updated•18 years ago
|
Severity: normal → enhancement
OS: Windows XP → All
Hardware: PC → All
Summary: Public Google events that are displayed as 'busy' are not visible within Mozilla Calendar → Sunbird/Lightning should support VFREEBUSY elements
Version: Mozilla 1.8 Branch → unspecified
Comment 8•17 years ago
|
||
I like this idea. Shouldn't be too hard to let ics provider feed free-busy service with that data. But the ics provider needs to know what calid/user relates to the calendar.
Updated•12 years ago
|
Summary: Sunbird/Lightning should support VFREEBUSY elements → Lightning should support VFREEBUSY elements
Comment 9•11 years ago
|
||
Is this open still? I saw calFreeBusyService.js and calIFreeBusyProvider.idl is there. But seems still lightning does not support.
Comment 10•11 years ago
|
||
Yes, it is. Its a little different than the freebusy service. This bug is about displaying VFREEBUSY elements in an .ics calendar feed as "events" in the calendar view. This is not in scope for the GSoC Project you are looking into.
Updated•10 years ago
|
Flags: needinfo?(philipp)
Comment 11•10 years ago
|
||
I might work on this but I need guidance because it would be my first patch for Thunderbird/Lightning.
Comment 12•10 years ago
|
||
As mentiond in the other bug, maybe a quick video conference would be good on this. Depending on your previous software engineering experience, you may want to start out with another easier bug to get used to the codebase before you venture into this one :-) Please email me for details.
(and btw, maybe you can change your display name to something other than "bugzilla.mozilla.org", given your name seems to be in your email address anyway :-)
Flags: needinfo?(philipp)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•