drops unsed code

vnext
Paul Schneider 7 years ago
parent 98bfd50ca9
commit d1d992d3ab
1 changed files with 0 additions and 10 deletions

@ -91,16 +91,6 @@ namespace Yavsc.Services
/// </summary> /// </summary>
protected static string getCalEntriesUri = "https://www.googleapis.com/calendar/v3/calendars/{0}/events"; protected static string getCalEntriesUri = "https://www.googleapis.com/calendar/v3/calendars/{0}/events";
/// <summary>
/// The date format.
/// </summary>
private static string dateFormat = "yyyy-MM-ddTHH:mm:ss";
/// <summary>
/// The time zone. TODO Fixme with machine time zone
/// </summary>
private string timeZone = "+01:00";
/// <summary> /// <summary>
/// Gets the calendar list. /// Gets the calendar list.
/// </summary> /// </summary>

Loading…