# HG changeset patch # User Paul Boddie # Date 1425324331 -3600 # Node ID e4c0739c9e013ac1d40b152bea6dd5d12873f638 # Parent 325d8cf3c9af93a71115a8af6d39bc2b74b7806c Made the default participation status that of NEEDS-ACTION. diff -r 325d8cf3c9af -r e4c0739c9e01 tools/make_freebusy.py --- a/tools/make_freebusy.py Mon Mar 02 18:52:07 2015 +0100 +++ b/tools/make_freebusy.py Mon Mar 02 20:25:31 2015 +0100 @@ -63,7 +63,7 @@ # Only consider events where this user actually participates. if participant == user: - if participant_attr.get("PARTSTAT") not in ("DECLINED", "DELEGATED", "NEEDS-ACTION"): + if participant_attr.get("PARTSTAT", "NEEDS-ACTION") not in ("DECLINED", "DELEGATED", "NEEDS-ACTION"): # Obtain the actual periods associated with the event.