IRecurrenceOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RecurrenceOperations operations.
public interface IRecurrenceOperations
type IRecurrenceOperations = interface
Public Interface IRecurrenceOperations
Methods
| GetWithHttpMessagesAsync(String, Guid, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Dictionary<String,List<String>>, CancellationToken) |
Gets the recurrence information for the specified recurrence ID. |
| ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists all recurrences. |
| ListWithHttpMessagesAsync(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Dictionary<String,List<String>>, CancellationToken) |
Lists all recurrences. |
Extension Methods
| Get(IRecurrenceOperations, String, Guid, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Gets the recurrence information for the specified recurrence ID. |
| GetAsync(IRecurrenceOperations, String, Guid, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken) |
Gets the recurrence information for the specified recurrence ID. |
| List(IRecurrenceOperations, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Lists all recurrences. |
| ListAsync(IRecurrenceOperations, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken) |
Lists all recurrences. |
| ListNext(IRecurrenceOperations, String) |
Lists all recurrences. |
| ListNextAsync(IRecurrenceOperations, String, CancellationToken) |
Lists all recurrences. |