View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000149 | SOGo | Web Calendar | public | 2009-09-24 07:45 | 2009-09-28 15:21 |
Reporter | wimmer | Assigned To | ludovic | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | nightly v2 | ||||
Fixed in Version | 1.1.0 | ||||
Summary | 0000149: WebCalendar doesn't subscribe webcalendar without events, same for import | ||||
Description | 1) SOGo cannot subscribe empty webcalendar (I mean webcalendar nonincluding There is no error in the log, SOGo writes an error message. We are using school timetable ICS for both webcalendar and imports and it is correct when ICS do not include any event. Thanks. | ||||
Tags | No tags attached. | ||||
What's the exact output of your file when there's no event in it? Is it an empty file or is it a file with no BEGIN:VEVENT in it but you still have the BEGIN:VCALENDAR/END:VCALENDAR ? We have some sanity checks to avoid empty files but it might be adjusted. |
|
2009-09-24 11:30
|
empty.ics (460 bytes)
BEGIN:VCALENDAR VERSION:2.0 CALSCALE:GREGORIAN METHOD:PUBLISH X-WR-TIMEZONE:Europe/Prague BEGIN:VTIMEZONE TZID:Europe/Prague X-LIC-LOCATION:Europe/Prague BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD END:VTIMEZONE END:VCALENDAR |
I uploaded that file. But you can try to create new (empty) calendar in SOGo, then to export it into ics file and then import same file into SOGo calendar. It doesn't work too. BEGIN:VCALENDAR Thanks |
|
Sorry for reopening... Yes, point 2) [import of ICS calendar file without events) does not work yet.
Thanks |
|
I've just tried and it works. Try to subscribe to http://inverse.ca/~lmarcotte/veryempty |
|
Ludovic, I found incorrect message by "import" of 'empty' calendar from ics file.
I would expect message: because it is correct to import 0 events - it is no error. |
|
Ahh.. in SchedulerUI.js, you have: function uploadCompleted (response) {
try to replace:
with: |
|
Yes ;-) now import works like I expected. Thank you, |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2009-09-24 07:45 | wimmer | New Issue | |
2009-09-24 11:17 | ludovic | Note Added: 0000128 | |
2009-09-24 11:30 | wimmer | File Added: empty.ics | |
2009-09-24 11:36 | wimmer | Note Added: 0000129 | |
2009-09-28 01:15 | ludovic | Note Added: 0000133 | |
2009-09-28 01:15 | ludovic | Status | new => resolved |
2009-09-28 01:15 | ludovic | Fixed in Version | => 1.1.0 |
2009-09-28 01:15 | ludovic | Resolution | open => fixed |
2009-09-28 01:15 | ludovic | Assigned To | => ludovic |
2009-09-28 11:17 | wimmer | Note Added: 0000134 | |
2009-09-28 11:17 | wimmer | Status | resolved => feedback |
2009-09-28 11:17 | wimmer | Resolution | fixed => reopened |
2009-09-28 11:44 | ludovic | Note Added: 0000136 | |
2009-09-28 14:10 | wimmer | Note Added: 0000137 | |
2009-09-28 14:16 | ludovic | Note Added: 0000138 | |
2009-09-28 14:32 | wimmer | Note Added: 0000139 | |
2009-09-28 15:21 | ludovic | Note Added: 0000140 | |
2009-09-28 15:21 | ludovic | Status | feedback => resolved |
2009-09-28 15:21 | ludovic | Resolution | reopened => fixed |