Major restructuring to get automatic decoding/encoding
[pycalendar.git] / pycalendar / component / alarm.py
diff --git a/pycalendar/component/alarm.py b/pycalendar/component/alarm.py
new file mode 100644 (file)
index 0000000..fec3ada
--- /dev/null
@@ -0,0 +1,11 @@
+# Copyright
+
+from . import base as _base
+
+
+class Alarm (_base.Component):
+    """An alarm event
+
+    As defined in :RFC:`5545`, section 3.6.6 (Alarm Component).
+    """
+    name = 'VALARM'