# HG changeset patch # User Paul Boddie # Date 1423778165 -3600 # Node ID 7767cdf27fe35470ed695f06ddfe7d24e1b093fa # Parent e6d5b640b19c314cf7f47f1872665b354700e268 Added missing recurrence identifier. diff -r e6d5b640b19c -r 7767cdf27fe3 imiptools/data.py --- a/imiptools/data.py Thu Feb 12 22:41:50 2015 +0100 +++ b/imiptools/data.py Thu Feb 12 22:56:05 2015 +0100 @@ -141,7 +141,7 @@ rwrite(("DTSTART", {"VALUE" : "DATE-TIME"}, periods[0][0])) rwrite(("DTEND", {"VALUE" : "DATE-TIME"}, periods[-1][1])) - for start, end, uid, transp in periods: + for start, end, uid, transp, recurrenceid in periods: if transp == "OPAQUE": rwrite(("FREEBUSY", {"FBTYPE" : "BUSY"}, "/".join([start, end])))