This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

#1516 closed enhancement (fixed)

Adapt icalendar API to new version

Reported by: pferreir Owned by: iliastrichopoulos
Priority: critical Milestone: v2.0
Component: General Version: 1.2
Keywords: Cc:

Description

The current version is 3.6.1 (as of now). We are still using the 3.2 API.

Change History (6)

comment:1 Changed 14 months ago by iliastrichopoulos

  • Owner set to iliastrichopoulos
  • Status changed from new to assigned

comment:2 Changed 14 months ago by iliastrichopoulos

The latest version is 3.8.2: https://pypi.python.org/pypi/icalendar

comment:3 Changed 14 months ago by iliastrichopoulos

Github branch to merge: https://github.com/nop33/indico/tree/ical

The files that import icalendar are the following:

  • MaKaC/plugins/Collaboration/http_api.py
  • indico/modules/rb/api.py
  • indico/web/http_api/metadata/ical.py

I performed the following tests to verify that nothing is broken:

  • export/categ/1.ics
  • export/event/2.ics
  • export/video/evo-mcu.ics
  • export/video/vidyo.ics
  • export/video/all.ics
  • export/reservation/CERN.json
  • export/room/CERN/2.json

Everything seem to be working fine. Am I missing anything?
Thanks.

comment:4 Changed 14 months ago by iliastrichopoulos

  • Status changed from assigned to awaiting_merge

comment:5 Changed 14 months ago by jmonnich

  • Status changed from awaiting_merge to merging

comment:6 Changed 14 months ago by jmonnich

  • Resolution set to fixed
  • Status changed from merging to closed
Note: See TracTickets for help on using tickets.