need for some on demand tashs

This commit is contained in:
Paul Schneider 2018-04-14 19:34:10 +02:00
commit 1482710df2

View file

@ -25,6 +25,11 @@ namespace Yavsc.Models.Calendar
/// Periodicity.
/// </summary>
public enum Periodicity {
/// <summary>
/// On Demand.
/// </summary>
OnDemand=-1,
/// <summary>
/// The daily.
/// </summary>