drops unsed code

This commit is contained in:
2017-07-08 03:02:25 +02:00
parent 98bfd50ca9
commit d1d992d3ab

View File

@ -91,16 +91,6 @@ namespace Yavsc.Services
/// </summary>
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>
/// Gets the calendar list.
/// </summary>