Documentation ¶
Index ¶
- type AcceptCalendarEventExceptionOccurrenceOperationOptions
- type AcceptCalendarEventExceptionOccurrenceOperationResponse
- type AcceptCalendarEventExceptionOccurrenceRequest
- type CalendarEventExceptionOccurrenceClient
- func (c CalendarEventExceptionOccurrenceClient) AcceptCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result AcceptCalendarEventExceptionOccurrenceOperationResponse, err error)
- func (c CalendarEventExceptionOccurrenceClient) CancelCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result CancelCalendarEventExceptionOccurrenceOperationResponse, err error)
- func (c CalendarEventExceptionOccurrenceClient) DeclineCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result DeclineCalendarEventExceptionOccurrenceOperationResponse, err error)
- func (c CalendarEventExceptionOccurrenceClient) DismissCalendarEventExceptionOccurrenceReminder(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result DismissCalendarEventExceptionOccurrenceReminderOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceClient) ForwardCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result ForwardCalendarEventExceptionOccurrenceOperationResponse, err error)
- func (c CalendarEventExceptionOccurrenceClient) GetCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result GetCalendarEventExceptionOccurrenceOperationResponse, err error)
- func (c CalendarEventExceptionOccurrenceClient) GetCalendarEventExceptionOccurrencesCount(ctx context.Context, id beta.GroupIdCalendarEventId, ...) (result GetCalendarEventExceptionOccurrencesCountOperationResponse, err error)
- func (c CalendarEventExceptionOccurrenceClient) ListCalendarEventExceptionOccurrences(ctx context.Context, id beta.GroupIdCalendarEventId, ...) (result ListCalendarEventExceptionOccurrencesOperationResponse, err error)
- func (c CalendarEventExceptionOccurrenceClient) ListCalendarEventExceptionOccurrencesComplete(ctx context.Context, id beta.GroupIdCalendarEventId, ...) (ListCalendarEventExceptionOccurrencesCompleteResult, error)
- func (c CalendarEventExceptionOccurrenceClient) ListCalendarEventExceptionOccurrencesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarEventId, ...) (result ListCalendarEventExceptionOccurrencesCompleteResult, err error)
- func (c CalendarEventExceptionOccurrenceClient) SnoozeCalendarEventExceptionOccurrenceReminder(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result SnoozeCalendarEventExceptionOccurrenceReminderOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceClient) TentativelyAcceptCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result TentativelyAcceptCalendarEventExceptionOccurrenceOperationResponse, ...)
- type CancelCalendarEventExceptionOccurrenceOperationOptions
- type CancelCalendarEventExceptionOccurrenceOperationResponse
- type CancelCalendarEventExceptionOccurrenceRequest
- type DeclineCalendarEventExceptionOccurrenceOperationOptions
- type DeclineCalendarEventExceptionOccurrenceOperationResponse
- type DeclineCalendarEventExceptionOccurrenceRequest
- type DismissCalendarEventExceptionOccurrenceReminderOperationOptions
- type DismissCalendarEventExceptionOccurrenceReminderOperationResponse
- type EventOperationPredicate
- type ForwardCalendarEventExceptionOccurrenceOperationOptions
- type ForwardCalendarEventExceptionOccurrenceOperationResponse
- type ForwardCalendarEventExceptionOccurrenceRequest
- type GetCalendarEventExceptionOccurrenceOperationOptions
- type GetCalendarEventExceptionOccurrenceOperationResponse
- type GetCalendarEventExceptionOccurrencesCountOperationOptions
- type GetCalendarEventExceptionOccurrencesCountOperationResponse
- type ListCalendarEventExceptionOccurrencesCompleteResult
- type ListCalendarEventExceptionOccurrencesCustomPager
- type ListCalendarEventExceptionOccurrencesOperationOptions
- type ListCalendarEventExceptionOccurrencesOperationResponse
- type SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions
- type SnoozeCalendarEventExceptionOccurrenceReminderOperationResponse
- type SnoozeCalendarEventExceptionOccurrenceReminderRequest
- type TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions
- func (o TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
- func (o TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions) ToOData() *odata.Query
- func (o TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
- type TentativelyAcceptCalendarEventExceptionOccurrenceOperationResponse
- type TentativelyAcceptCalendarEventExceptionOccurrenceRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptCalendarEventExceptionOccurrenceOperationOptions ¶
type AcceptCalendarEventExceptionOccurrenceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAcceptCalendarEventExceptionOccurrenceOperationOptions ¶
func DefaultAcceptCalendarEventExceptionOccurrenceOperationOptions() AcceptCalendarEventExceptionOccurrenceOperationOptions
func (AcceptCalendarEventExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o AcceptCalendarEventExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (AcceptCalendarEventExceptionOccurrenceOperationOptions) ToOData ¶
func (o AcceptCalendarEventExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (AcceptCalendarEventExceptionOccurrenceOperationOptions) ToQuery ¶
func (o AcceptCalendarEventExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
type CalendarEventExceptionOccurrenceClient ¶
func NewCalendarEventExceptionOccurrenceClientWithBaseURI ¶
func NewCalendarEventExceptionOccurrenceClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarEventExceptionOccurrenceClient, error)
func (CalendarEventExceptionOccurrenceClient) AcceptCalendarEventExceptionOccurrence ¶
func (c CalendarEventExceptionOccurrenceClient) AcceptCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, input AcceptCalendarEventExceptionOccurrenceRequest, options AcceptCalendarEventExceptionOccurrenceOperationOptions) (result AcceptCalendarEventExceptionOccurrenceOperationResponse, err error)
AcceptCalendarEventExceptionOccurrence - Invoke action accept. Accept the specified event in a user calendar.
func (CalendarEventExceptionOccurrenceClient) CancelCalendarEventExceptionOccurrence ¶
func (c CalendarEventExceptionOccurrenceClient) CancelCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, input CancelCalendarEventExceptionOccurrenceRequest, options CancelCalendarEventExceptionOccurrenceOperationOptions) (result CancelCalendarEventExceptionOccurrenceOperationResponse, err error)
CancelCalendarEventExceptionOccurrence - Invoke action cancel. This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following error message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets the organizer send a custom message to the attendees about the cancellation.
func (CalendarEventExceptionOccurrenceClient) DeclineCalendarEventExceptionOccurrence ¶
func (c CalendarEventExceptionOccurrenceClient) DeclineCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, input DeclineCalendarEventExceptionOccurrenceRequest, options DeclineCalendarEventExceptionOccurrenceOperationOptions) (result DeclineCalendarEventExceptionOccurrenceOperationResponse, err error)
DeclineCalendarEventExceptionOccurrence - Invoke action decline. Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.
func (CalendarEventExceptionOccurrenceClient) DismissCalendarEventExceptionOccurrenceReminder ¶
func (c CalendarEventExceptionOccurrenceClient) DismissCalendarEventExceptionOccurrenceReminder(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, options DismissCalendarEventExceptionOccurrenceReminderOperationOptions) (result DismissCalendarEventExceptionOccurrenceReminderOperationResponse, err error)
DismissCalendarEventExceptionOccurrenceReminder - Invoke action dismissReminder. Dismiss a reminder that has been triggered for an event in a user calendar.
func (CalendarEventExceptionOccurrenceClient) ForwardCalendarEventExceptionOccurrence ¶
func (c CalendarEventExceptionOccurrenceClient) ForwardCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, input ForwardCalendarEventExceptionOccurrenceRequest, options ForwardCalendarEventExceptionOccurrenceOperationOptions) (result ForwardCalendarEventExceptionOccurrenceOperationResponse, err error)
ForwardCalendarEventExceptionOccurrence - Invoke action forward. This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
func (CalendarEventExceptionOccurrenceClient) GetCalendarEventExceptionOccurrence ¶
func (c CalendarEventExceptionOccurrenceClient) GetCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, options GetCalendarEventExceptionOccurrenceOperationOptions) (result GetCalendarEventExceptionOccurrenceOperationResponse, err error)
GetCalendarEventExceptionOccurrence - Get exceptionOccurrences from groups
func (CalendarEventExceptionOccurrenceClient) GetCalendarEventExceptionOccurrencesCount ¶
func (c CalendarEventExceptionOccurrenceClient) GetCalendarEventExceptionOccurrencesCount(ctx context.Context, id beta.GroupIdCalendarEventId, options GetCalendarEventExceptionOccurrencesCountOperationOptions) (result GetCalendarEventExceptionOccurrencesCountOperationResponse, err error)
GetCalendarEventExceptionOccurrencesCount - Get the number of the resource
func (CalendarEventExceptionOccurrenceClient) ListCalendarEventExceptionOccurrences ¶
func (c CalendarEventExceptionOccurrenceClient) ListCalendarEventExceptionOccurrences(ctx context.Context, id beta.GroupIdCalendarEventId, options ListCalendarEventExceptionOccurrencesOperationOptions) (result ListCalendarEventExceptionOccurrencesOperationResponse, err error)
ListCalendarEventExceptionOccurrences - Get exceptionOccurrences from groups
func (CalendarEventExceptionOccurrenceClient) ListCalendarEventExceptionOccurrencesComplete ¶
func (c CalendarEventExceptionOccurrenceClient) ListCalendarEventExceptionOccurrencesComplete(ctx context.Context, id beta.GroupIdCalendarEventId, options ListCalendarEventExceptionOccurrencesOperationOptions) (ListCalendarEventExceptionOccurrencesCompleteResult, error)
ListCalendarEventExceptionOccurrencesComplete retrieves all the results into a single object
func (CalendarEventExceptionOccurrenceClient) ListCalendarEventExceptionOccurrencesCompleteMatchingPredicate ¶
func (c CalendarEventExceptionOccurrenceClient) ListCalendarEventExceptionOccurrencesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarEventId, options ListCalendarEventExceptionOccurrencesOperationOptions, predicate EventOperationPredicate) (result ListCalendarEventExceptionOccurrencesCompleteResult, err error)
ListCalendarEventExceptionOccurrencesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (CalendarEventExceptionOccurrenceClient) SnoozeCalendarEventExceptionOccurrenceReminder ¶
func (c CalendarEventExceptionOccurrenceClient) SnoozeCalendarEventExceptionOccurrenceReminder(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, input SnoozeCalendarEventExceptionOccurrenceReminderRequest, options SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions) (result SnoozeCalendarEventExceptionOccurrenceReminderOperationResponse, err error)
SnoozeCalendarEventExceptionOccurrenceReminder - Invoke action snoozeReminder. Postpone a reminder for an event in a user calendar until a new time.
func (CalendarEventExceptionOccurrenceClient) TentativelyAcceptCalendarEventExceptionOccurrence ¶
func (c CalendarEventExceptionOccurrenceClient) TentativelyAcceptCalendarEventExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, input TentativelyAcceptCalendarEventExceptionOccurrenceRequest, options TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions) (result TentativelyAcceptCalendarEventExceptionOccurrenceOperationResponse, err error)
TentativelyAcceptCalendarEventExceptionOccurrence - Invoke action tentativelyAccept. Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.
type CancelCalendarEventExceptionOccurrenceOperationOptions ¶
type CancelCalendarEventExceptionOccurrenceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCancelCalendarEventExceptionOccurrenceOperationOptions ¶
func DefaultCancelCalendarEventExceptionOccurrenceOperationOptions() CancelCalendarEventExceptionOccurrenceOperationOptions
func (CancelCalendarEventExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o CancelCalendarEventExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (CancelCalendarEventExceptionOccurrenceOperationOptions) ToOData ¶
func (o CancelCalendarEventExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (CancelCalendarEventExceptionOccurrenceOperationOptions) ToQuery ¶
func (o CancelCalendarEventExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
type DeclineCalendarEventExceptionOccurrenceOperationOptions ¶
type DeclineCalendarEventExceptionOccurrenceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeclineCalendarEventExceptionOccurrenceOperationOptions ¶
func DefaultDeclineCalendarEventExceptionOccurrenceOperationOptions() DeclineCalendarEventExceptionOccurrenceOperationOptions
func (DeclineCalendarEventExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o DeclineCalendarEventExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (DeclineCalendarEventExceptionOccurrenceOperationOptions) ToOData ¶
func (o DeclineCalendarEventExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (DeclineCalendarEventExceptionOccurrenceOperationOptions) ToQuery ¶
func (o DeclineCalendarEventExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
type DismissCalendarEventExceptionOccurrenceReminderOperationOptions ¶
type DismissCalendarEventExceptionOccurrenceReminderOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDismissCalendarEventExceptionOccurrenceReminderOperationOptions ¶
func DefaultDismissCalendarEventExceptionOccurrenceReminderOperationOptions() DismissCalendarEventExceptionOccurrenceReminderOperationOptions
func (DismissCalendarEventExceptionOccurrenceReminderOperationOptions) ToHeaders ¶
func (o DismissCalendarEventExceptionOccurrenceReminderOperationOptions) ToHeaders() *client.Headers
func (DismissCalendarEventExceptionOccurrenceReminderOperationOptions) ToOData ¶
func (o DismissCalendarEventExceptionOccurrenceReminderOperationOptions) ToOData() *odata.Query
func (DismissCalendarEventExceptionOccurrenceReminderOperationOptions) ToQuery ¶
func (o DismissCalendarEventExceptionOccurrenceReminderOperationOptions) ToQuery() *client.QueryParams
type EventOperationPredicate ¶
type EventOperationPredicate struct { }
type ForwardCalendarEventExceptionOccurrenceOperationOptions ¶
type ForwardCalendarEventExceptionOccurrenceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultForwardCalendarEventExceptionOccurrenceOperationOptions ¶
func DefaultForwardCalendarEventExceptionOccurrenceOperationOptions() ForwardCalendarEventExceptionOccurrenceOperationOptions
func (ForwardCalendarEventExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o ForwardCalendarEventExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (ForwardCalendarEventExceptionOccurrenceOperationOptions) ToOData ¶
func (o ForwardCalendarEventExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (ForwardCalendarEventExceptionOccurrenceOperationOptions) ToQuery ¶
func (o ForwardCalendarEventExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
type GetCalendarEventExceptionOccurrenceOperationOptions ¶
type GetCalendarEventExceptionOccurrenceOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarEventExceptionOccurrenceOperationOptions ¶
func DefaultGetCalendarEventExceptionOccurrenceOperationOptions() GetCalendarEventExceptionOccurrenceOperationOptions
func (GetCalendarEventExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o GetCalendarEventExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventExceptionOccurrenceOperationOptions) ToOData ¶
func (o GetCalendarEventExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (GetCalendarEventExceptionOccurrenceOperationOptions) ToQuery ¶
func (o GetCalendarEventExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
type GetCalendarEventExceptionOccurrencesCountOperationOptions ¶
type GetCalendarEventExceptionOccurrencesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarEventExceptionOccurrencesCountOperationOptions ¶
func DefaultGetCalendarEventExceptionOccurrencesCountOperationOptions() GetCalendarEventExceptionOccurrencesCountOperationOptions
func (GetCalendarEventExceptionOccurrencesCountOperationOptions) ToHeaders ¶
func (o GetCalendarEventExceptionOccurrencesCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventExceptionOccurrencesCountOperationOptions) ToOData ¶
func (o GetCalendarEventExceptionOccurrencesCountOperationOptions) ToOData() *odata.Query
func (GetCalendarEventExceptionOccurrencesCountOperationOptions) ToQuery ¶
func (o GetCalendarEventExceptionOccurrencesCountOperationOptions) ToQuery() *client.QueryParams
type ListCalendarEventExceptionOccurrencesCustomPager ¶
type ListCalendarEventExceptionOccurrencesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarEventExceptionOccurrencesCustomPager) NextPageLink ¶
func (p *ListCalendarEventExceptionOccurrencesCustomPager) NextPageLink() *odata.Link
type ListCalendarEventExceptionOccurrencesOperationOptions ¶
type ListCalendarEventExceptionOccurrencesOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListCalendarEventExceptionOccurrencesOperationOptions ¶
func DefaultListCalendarEventExceptionOccurrencesOperationOptions() ListCalendarEventExceptionOccurrencesOperationOptions
func (ListCalendarEventExceptionOccurrencesOperationOptions) ToHeaders ¶
func (o ListCalendarEventExceptionOccurrencesOperationOptions) ToHeaders() *client.Headers
func (ListCalendarEventExceptionOccurrencesOperationOptions) ToOData ¶
func (o ListCalendarEventExceptionOccurrencesOperationOptions) ToOData() *odata.Query
func (ListCalendarEventExceptionOccurrencesOperationOptions) ToQuery ¶
func (o ListCalendarEventExceptionOccurrencesOperationOptions) ToQuery() *client.QueryParams
type SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions ¶
type SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSnoozeCalendarEventExceptionOccurrenceReminderOperationOptions ¶
func DefaultSnoozeCalendarEventExceptionOccurrenceReminderOperationOptions() SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions
func (SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions) ToHeaders ¶
func (o SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions) ToHeaders() *client.Headers
func (SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions) ToOData ¶
func (o SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions) ToOData() *odata.Query
func (SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions) ToQuery ¶
func (o SnoozeCalendarEventExceptionOccurrenceReminderOperationOptions) ToQuery() *client.QueryParams
type SnoozeCalendarEventExceptionOccurrenceReminderRequest ¶
type SnoozeCalendarEventExceptionOccurrenceReminderRequest struct {
NewReminderTime *beta.DateTimeTimeZone `json:"NewReminderTime,omitempty"`
}
type TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions ¶
type TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultTentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions ¶
func DefaultTentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions() TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions
func (TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions) ToOData ¶
func (o TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions) ToQuery ¶
func (o TentativelyAcceptCalendarEventExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_acceptcalendareventexceptionoccurrence.go
- method_cancelcalendareventexceptionoccurrence.go
- method_declinecalendareventexceptionoccurrence.go
- method_dismisscalendareventexceptionoccurrencereminder.go
- method_forwardcalendareventexceptionoccurrence.go
- method_getcalendareventexceptionoccurrence.go
- method_getcalendareventexceptionoccurrencescount.go
- method_listcalendareventexceptionoccurrences.go
- method_snoozecalendareventexceptionoccurrencereminder.go
- method_tentativelyacceptcalendareventexceptionoccurrence.go
- model_acceptcalendareventexceptionoccurrencerequest.go
- model_cancelcalendareventexceptionoccurrencerequest.go
- model_declinecalendareventexceptionoccurrencerequest.go
- model_forwardcalendareventexceptionoccurrencerequest.go
- model_snoozecalendareventexceptionoccurrencereminderrequest.go
- model_tentativelyacceptcalendareventexceptionoccurrencerequest.go
- predicates.go
- version.go