diff --git a/Yavsc/Services/GoogleApis/CalendarManager.cs b/Yavsc/Services/GoogleApis/CalendarManager.cs index 7ecf29a1..d536b94a 100644 --- a/Yavsc/Services/GoogleApis/CalendarManager.cs +++ b/Yavsc/Services/GoogleApis/CalendarManager.cs @@ -91,16 +91,6 @@ namespace Yavsc.Services /// protected static string getCalEntriesUri = "https://www.googleapis.com/calendar/v3/calendars/{0}/events"; - /// - /// The date format. - /// - private static string dateFormat = "yyyy-MM-ddTHH:mm:ss"; - - /// - /// The time zone. TODO Fixme with machine time zone - /// - private string timeZone = "+01:00"; - /// /// Gets the calendar list. ///