making ics seriliazer more flexible

This commit is contained in:
Massimo Di Pierro
2012-05-26 22:38:37 -05:00
parent fed27bda5b
commit 2b8623144c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-05-26 20:09:28) dev
Version 2.00.0 (2012-05-26 22:37:03) dev
+1 -1
View File
@@ -64,7 +64,7 @@ def json(value,default=custom_json):
def csv(value):
return ''
def ics(events, title=None, link=None, timeshift=0):
def ics(events, title=None, link=None, timeshift=0, **ignored):
import datetime
title = title or '(unkown)'
if link and not callable(link):