Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.4
-
Fix Version/s: 2.4
-
Component/s: Calendar
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE
-
Fixed Branches:MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-36592-master -
Pull Master Diff URL:
Description
copying my comment from linked issue:-
While working on this I noticed some files dont work, while others did with the correct format. after spending quite some time debugging the problem I found was the "newline" character used in those files i.e "\n" instead of "\r\n". Which was breaking everything as $ical::unserialize couldnt find the event details as it does an explode on "\r\n" only. I will create a blocker for that .
try using this file http://ical.mac.com/ical/US32Holidays.ics
Thanks
Attachments
Issue Links
- blocks
-
MDLQA-5207 CLONE - A user can import a calendar via URL
- Passed
- Testing discovered
-
MDL-16660 Calendar: IMPORT or Subscribe to iCal feed into Moodle calendar
-
- Closed
-
- will help resolve
-
MDL-36525 Calendar import should follow redirects
-
- Closed
-