diff --git a/Yavsc.Server/Models/Calendar/Periodicity.cs b/Yavsc.Server/Models/Calendar/Periodicity.cs
index 80b81358..119dee76 100644
--- a/Yavsc.Server/Models/Calendar/Periodicity.cs
+++ b/Yavsc.Server/Models/Calendar/Periodicity.cs
@@ -25,6 +25,11 @@ namespace Yavsc.Models.Calendar
/// Periodicity.
///
public enum Periodicity {
+
+ ///
+ /// On Demand.
+ ///
+ OnDemand=-1,
///
/// The daily.
///