-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.19.9, 8.5.12, 9.2.7, 10.1.1
-
Component/s: Apps - Team Calendar
-
None
-
11
-
Severity 3 - Minor
-
3
Issue Summary
A ics file exported from outlook can be imported as a new calendar(Clicking ... in Team Calendar, and choosing 'Import calendar').
However, it cannot be imported into existing calendar( using 'Import iCalendar' under existing calendars).
If it is not supported, it should at least provide a proper warning message, instead of 'Field cannot be blank' from response.
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Export an ics file from Outlook calendar
- Click Calendars from top menu
- Click Add Calendar and add a blank calendar
- Click [...] of the calendar, and select Import iCalendar
- Choose the ics file from Outlook, and import it
Expected Results
The events from ics file can be imported into the calendar.
Actual Results
Nothing happened.
If check har file, you will find 'Field cannot be blank' from response.
<html>
<head></head>
<body>
<div class="field-errors">
<input type="hidden" name="name" value="Field cannot be blank">
</div>
</body>
</html>
Workaround
Adding X-WR-CALNAME header (example: X-WR-CALNAME:testcalendar) to the ical file seems to work.
BEGIN:VCALENDAR X-WR-CALNAME:testcalendar .... ....
Thanks 911033f2dd52 for the sharing.
- mentioned in
-
Page Loading...