@@ -241,9 +241,6 @@ public interface ICronofyAccountClient : ICronofyUserInfoClient
241
241
/// <exception cref="CronofyException">
242
242
/// Thrown if an error is encountered whilst making the request.
243
243
/// </exception>
244
- /// <remarks>
245
- /// TODO Validation exceptions.
246
- /// </remarks>
247
244
void UpsertEvent ( string calendarId , IBuilder < UpsertEventRequest > eventBuilder ) ;
248
245
249
246
/// <summary>
@@ -263,9 +260,6 @@ public interface ICronofyAccountClient : ICronofyUserInfoClient
263
260
/// <exception cref="CronofyException">
264
261
/// Thrown if an error is encountered whilst making the request.
265
262
/// </exception>
266
- /// <remarks>
267
- /// TODO Validation exceptions.
268
- /// </remarks>
269
263
void UpsertEvent ( string calendarId , UpsertEventRequest eventRequest ) ;
270
264
271
265
/// <summary>
@@ -285,9 +279,6 @@ public interface ICronofyAccountClient : ICronofyUserInfoClient
285
279
/// <exception cref="CronofyException">
286
280
/// Thrown if an error is encountered whilst making the request.
287
281
/// </exception>
288
- /// <remarks>
289
- /// TODO Validation exceptions.
290
- /// </remarks>
291
282
void DeleteEvent ( string calendarId , string eventId ) ;
292
283
293
284
/// <summary>
@@ -296,9 +287,6 @@ public interface ICronofyAccountClient : ICronofyUserInfoClient
296
287
/// <exception cref="CronofyException">
297
288
/// Thrown if an error is encountered whilst making the request.
298
289
/// </exception>
299
- /// <remarks>
300
- /// TODO Validation exceptions.
301
- /// </remarks>
302
290
void DeleteAllEvents ( ) ;
303
291
304
292
/// <summary>
@@ -313,9 +301,6 @@ public interface ICronofyAccountClient : ICronofyUserInfoClient
313
301
/// <exception cref="CronofyException">
314
302
/// Thrown if an error is encountered whilst making the request.
315
303
/// </exception>
316
- /// <remarks>
317
- /// TODO Validation exceptions.
318
- /// </remarks>
319
304
void DeleteAllEventsForCalendars ( params string [ ] calendarIds ) ;
320
305
321
306
/// <summary>
@@ -335,9 +320,6 @@ public interface ICronofyAccountClient : ICronofyUserInfoClient
335
320
/// <exception cref="CronofyException">
336
321
/// Thrown if an error is encountered whilst making the request.
337
322
/// </exception>
338
- /// <remarks>
339
- /// TODO Validation exceptions.
340
- /// </remarks>
341
323
void DeleteExternalEvent ( string calendarId , string eventUid ) ;
342
324
343
325
/// <summary>
@@ -360,9 +342,6 @@ public interface ICronofyAccountClient : ICronofyUserInfoClient
360
342
/// <exception cref="CronofyException">
361
343
/// Thrown if an error is encountered whilst making the request.
362
344
/// </exception>
363
- /// <remarks>
364
- /// TODO Validation exceptions.
365
- /// </remarks>
366
345
void ChangeParticipationStatus ( string calendarId , string eventUid , ParticipationStatus status ) ;
367
346
368
347
/// <summary>
@@ -380,9 +359,6 @@ public interface ICronofyAccountClient : ICronofyUserInfoClient
380
359
/// <exception cref="CronofyException">
381
360
/// Thrown if an error is encountered whilst making the request.
382
361
/// </exception>
383
- /// <remarks>
384
- /// TODO Validation exceptions.
385
- /// </remarks>
386
362
Channel CreateChannel ( string callbackUrl ) ;
387
363
388
364
/// <summary>
@@ -401,9 +377,6 @@ public interface ICronofyAccountClient : ICronofyUserInfoClient
401
377
/// <exception cref="CronofyException">
402
378
/// Thrown if an error is encountered whilst making the request.
403
379
/// </exception>
404
- /// <remarks>
405
- /// TODO Validation exceptions.
406
- /// </remarks>
407
380
Channel CreateChannel ( IBuilder < CreateChannelRequest > channelBuilder ) ;
408
381
409
382
/// <summary>
@@ -421,9 +394,6 @@ public interface ICronofyAccountClient : ICronofyUserInfoClient
421
394
/// <exception cref="CronofyException">
422
395
/// Thrown if an error is encountered whilst making the request.
423
396
/// </exception>
424
- /// <remarks>
425
- /// TODO Validation exceptions.
426
- /// </remarks>
427
397
Channel CreateChannel ( CreateChannelRequest channelRequest ) ;
428
398
429
399
/// <summary>
0 commit comments