Example #1
0
 public static Task <bool> DeleteEventAsync(Calendar calendar, CalendarEvent calendarEvent)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public static Task <bool> DeleteCalendarAsync(Calendar calendar)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public static Task AddOrUpdateCalendarAsync(Calendar calendar)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public static Task AddOrUpdateEventAsync(Calendar calendar, CalendarEvent calendarEvent)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public static Task <IList <CalendarEvent> > GetEventsAsync(Calendar calendar, DateTime start, DateTime end)
 {
     throw new NotImplementedException();
 }