Major restructuring to get automatic decoding/encoding
[pycalendar.git] / pycalendar / component / freebusy.py
diff --git a/pycalendar/component/freebusy.py b/pycalendar/component/freebusy.py
new file mode 100644 (file)
index 0000000..428789f
--- /dev/null
@@ -0,0 +1,11 @@
+# Copyright
+
+from . import base as _base
+
+
+class FreeBusy (_base.Component):
+    """A request for, response to, or description of free/busy time
+
+    As defined in :RFC:`5545`, section 3.6.4 (Free/Busy Component).
+    """
+    name = 'VFREEBUSY'