making ics seriliazer more flexible
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-05-26 20:09:28) dev
|
||||
Version 2.00.0 (2012-05-26 22:37:03) dev
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user