Changeset 466078 in indico
- Timestamp:
- 02/16/12 18:02:37 (15 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- f0db2f
- Parents:
- e9d10a
- File:
-
- 1 edited
-
indico/web/http_api/ical.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/web/http_api/ical.py
rb4a8e5 r466078 60 60 event.set('url', fossil['url']) 61 61 event.set('summary', fossil['title'].decode('utf-8')) 62 loc = fossil['location'].decode('utf-8') or '' 62 loc = fossil['location'] or '' 63 if loc: 64 loc = loc.decode('utf-8') 63 65 if fossil['room']: 64 66 loc += ' ' + fossil['room'].decode('utf-8')
Note: See TracChangeset
for help on using the changeset viewer.
