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