Google Api

This commit is contained in:
Paul Schneider 2017-06-20 02:47:52 +02:00
commit 83f9fc1bd8
123 changed files with 12961 additions and 60 deletions

View file

@ -39,6 +39,8 @@ namespace Yavsc.Models.Google.Calendar
/// Gets or sets the next sync token.
/// </summary>
/// <value>The next sync token.</value>
public string description { get; set; }
public string summpary { get; set; }
public string nextSyncToken { get; set; }
/// <summary>
/// Gets or sets the items.

View file

@ -31,6 +31,15 @@ namespace Yavsc.Models.Google
public GDate start;
public GDate end;
public string recurence;
public string description;
public string summary;
/// <summary>
/// Avaible <=> transparency == "transparent"
/// </summary>
public string transparency;
}
}