# HG changeset patch # User Paul Boddie # Date 1416949182 -3600 # Node ID 31ffa69ab1a3903956d55d775d7dad5766a5ad1a # Parent 23b164f98f66a2c6f1eb05ec9f8ab607d05a513d Fixed the output of period details. diff -r 23b164f98f66 -r 31ffa69ab1a3 imiptools/handlers/common.py --- a/imiptools/handlers/common.py Tue Nov 25 18:26:30 2014 +0100 +++ b/imiptools/handlers/common.py Tue Nov 25 21:59:42 2014 +0100 @@ -47,7 +47,7 @@ if freebusy: for start, end, uid in freebusy: - rwrite(("FREEBUSY", {"FBTYPE" : "BUSY"}, [start, end])) + rwrite(("FREEBUSY", {"FBTYPE" : "BUSY"}, "/".join([start, end]))) cwrite(("VFREEBUSY", {}, record))