Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-48603

Calendar Import does not recognise most of Windows timezones

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • 2.9
    • None
    • Calendar, Language
    • MOODLE_29_STABLE
    • MDL-48603-master
    • Hide

      Automated tests

      1. Run the following PHPUnit files: /calendar/tests/lib_test.php, /calendar/tests/ical_test.php

      Manual test

      1. Go to Site pages > Calendar, and click Manage subscriptions.
      2. Set a name for the calendar to be imported, and set Import from to Calendar file (.ics).
      3. Upload the attached .ics file as the calendar to be imported, and click Add.
      4. Compare the newly-added events (in November 2014) to the events in the file, and verify that the times in Moodle make sense.
      Show
      Automated tests Run the following PHPUnit files: /calendar/tests/lib_test.php, /calendar/tests/ical_test.php Manual test Go to Site pages > Calendar, and click Manage subscriptions . Set a name for the calendar to be imported, and set Import from to Calendar file (.ics). Upload the attached .ics file as the calendar to be imported, and click Add . Compare the newly-added events (in November 2014) to the events in the file, and verify that the times in Moodle make sense.
    • Team Beards Sprint 3
    • Medium

    Description

      I run moodle 2.8.1 on ubuntu server 14.04 with webdav server enabled. I created an appointment in outlook and pushed *.ics to webdav server. Importing *.ics-URL shows number of imported / updated events correctly, but after that no events are shown on moodle-calender-webinterface.
      So I opened mdl_event-table and saw, that timestart and timeduration are null.
      What I found out is, that this line leads into empty timestart: DTSTART;TZID="W. Europe Standard Time":20141217T140000
      Changing to this: DTSTART:20141217T140000 works.
      Thank you.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              stbaeumer Stefan Bäumer
              Ankit Agarwal Ankit Agarwal
              Andrew Lyons Andrew Lyons
              David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo, David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: