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

@ -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;
}
}