Closed SalahAdDin closed 9 years ago
Could you try changing line 57 of utils.py to:
uid = hashlib.sha1((event.url + str(start_datetime)).encode('utf-8')).hexdigest() + '@ccct'
@gasman only works these:
uid = hashlib.sha1(event.url.encode('utf-8') + str(start_datetime).encode('utf-8')).hexdigest() + '@ccct'
Thanks! I've updated the code in 9ff314c9481605e174769416dec1b71e16936b83.
Hi guys, i'm testing my site and i find a issue with the ical export function:
Can anyone help me with this?