Documentation ¶
Index ¶
- type AcceptCalendarViewExceptionOccurrenceOperationOptions
- type AcceptCalendarViewExceptionOccurrenceOperationResponse
- type AcceptCalendarViewExceptionOccurrenceRequest
- type CalendarViewExceptionOccurrenceClient
- func (c CalendarViewExceptionOccurrenceClient) AcceptCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result AcceptCalendarViewExceptionOccurrenceOperationResponse, err error)
- func (c CalendarViewExceptionOccurrenceClient) CancelCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result CancelCalendarViewExceptionOccurrenceOperationResponse, err error)
- func (c CalendarViewExceptionOccurrenceClient) DeclineCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result DeclineCalendarViewExceptionOccurrenceOperationResponse, err error)
- func (c CalendarViewExceptionOccurrenceClient) DismissCalendarViewExceptionOccurrenceReminder(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result DismissCalendarViewExceptionOccurrenceReminderOperationResponse, ...)
- func (c CalendarViewExceptionOccurrenceClient) ForwardCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result ForwardCalendarViewExceptionOccurrenceOperationResponse, err error)
- func (c CalendarViewExceptionOccurrenceClient) GetCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result GetCalendarViewExceptionOccurrenceOperationResponse, err error)
- func (c CalendarViewExceptionOccurrenceClient) GetCalendarViewExceptionOccurrencesCount(ctx context.Context, id beta.GroupIdCalendarViewId, ...) (result GetCalendarViewExceptionOccurrencesCountOperationResponse, err error)
- func (c CalendarViewExceptionOccurrenceClient) ListCalendarViewExceptionOccurrences(ctx context.Context, id beta.GroupIdCalendarViewId, ...) (result ListCalendarViewExceptionOccurrencesOperationResponse, err error)
- func (c CalendarViewExceptionOccurrenceClient) ListCalendarViewExceptionOccurrencesComplete(ctx context.Context, id beta.GroupIdCalendarViewId, ...) (ListCalendarViewExceptionOccurrencesCompleteResult, error)
- func (c CalendarViewExceptionOccurrenceClient) ListCalendarViewExceptionOccurrencesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarViewId, ...) (result ListCalendarViewExceptionOccurrencesCompleteResult, err error)
- func (c CalendarViewExceptionOccurrenceClient) SnoozeCalendarViewExceptionOccurrenceReminder(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result SnoozeCalendarViewExceptionOccurrenceReminderOperationResponse, ...)
- func (c CalendarViewExceptionOccurrenceClient) TentativelyAcceptCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result TentativelyAcceptCalendarViewExceptionOccurrenceOperationResponse, ...)
- type CancelCalendarViewExceptionOccurrenceOperationOptions
- type CancelCalendarViewExceptionOccurrenceOperationResponse
- type CancelCalendarViewExceptionOccurrenceRequest
- type DeclineCalendarViewExceptionOccurrenceOperationOptions
- type DeclineCalendarViewExceptionOccurrenceOperationResponse
- type DeclineCalendarViewExceptionOccurrenceRequest
- type DismissCalendarViewExceptionOccurrenceReminderOperationOptions
- type DismissCalendarViewExceptionOccurrenceReminderOperationResponse
- type EventOperationPredicate
- type ForwardCalendarViewExceptionOccurrenceOperationOptions
- type ForwardCalendarViewExceptionOccurrenceOperationResponse
- type ForwardCalendarViewExceptionOccurrenceRequest
- type GetCalendarViewExceptionOccurrenceOperationOptions
- type GetCalendarViewExceptionOccurrenceOperationResponse
- type GetCalendarViewExceptionOccurrencesCountOperationOptions
- type GetCalendarViewExceptionOccurrencesCountOperationResponse
- type ListCalendarViewExceptionOccurrencesCompleteResult
- type ListCalendarViewExceptionOccurrencesCustomPager
- type ListCalendarViewExceptionOccurrencesOperationOptions
- type ListCalendarViewExceptionOccurrencesOperationResponse
- type SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions
- type SnoozeCalendarViewExceptionOccurrenceReminderOperationResponse
- type SnoozeCalendarViewExceptionOccurrenceReminderRequest
- type TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions
- func (o TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
- func (o TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions) ToOData() *odata.Query
- func (o TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
- type TentativelyAcceptCalendarViewExceptionOccurrenceOperationResponse
- type TentativelyAcceptCalendarViewExceptionOccurrenceRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptCalendarViewExceptionOccurrenceOperationOptions ¶
type AcceptCalendarViewExceptionOccurrenceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAcceptCalendarViewExceptionOccurrenceOperationOptions ¶
func DefaultAcceptCalendarViewExceptionOccurrenceOperationOptions() AcceptCalendarViewExceptionOccurrenceOperationOptions
func (AcceptCalendarViewExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o AcceptCalendarViewExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (AcceptCalendarViewExceptionOccurrenceOperationOptions) ToOData ¶
func (o AcceptCalendarViewExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (AcceptCalendarViewExceptionOccurrenceOperationOptions) ToQuery ¶
func (o AcceptCalendarViewExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
type CalendarViewExceptionOccurrenceClient ¶
func NewCalendarViewExceptionOccurrenceClientWithBaseURI ¶
func NewCalendarViewExceptionOccurrenceClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarViewExceptionOccurrenceClient, error)
func (CalendarViewExceptionOccurrenceClient) AcceptCalendarViewExceptionOccurrence ¶
func (c CalendarViewExceptionOccurrenceClient) AcceptCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, input AcceptCalendarViewExceptionOccurrenceRequest, options AcceptCalendarViewExceptionOccurrenceOperationOptions) (result AcceptCalendarViewExceptionOccurrenceOperationResponse, err error)
AcceptCalendarViewExceptionOccurrence - Invoke action accept. Accept the specified event in a user calendar.
func (CalendarViewExceptionOccurrenceClient) CancelCalendarViewExceptionOccurrence ¶
func (c CalendarViewExceptionOccurrenceClient) CancelCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, input CancelCalendarViewExceptionOccurrenceRequest, options CancelCalendarViewExceptionOccurrenceOperationOptions) (result CancelCalendarViewExceptionOccurrenceOperationResponse, err error)
CancelCalendarViewExceptionOccurrence - 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 (CalendarViewExceptionOccurrenceClient) DeclineCalendarViewExceptionOccurrence ¶
func (c CalendarViewExceptionOccurrenceClient) DeclineCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, input DeclineCalendarViewExceptionOccurrenceRequest, options DeclineCalendarViewExceptionOccurrenceOperationOptions) (result DeclineCalendarViewExceptionOccurrenceOperationResponse, err error)
DeclineCalendarViewExceptionOccurrence - 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 (CalendarViewExceptionOccurrenceClient) DismissCalendarViewExceptionOccurrenceReminder ¶
func (c CalendarViewExceptionOccurrenceClient) DismissCalendarViewExceptionOccurrenceReminder(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, options DismissCalendarViewExceptionOccurrenceReminderOperationOptions) (result DismissCalendarViewExceptionOccurrenceReminderOperationResponse, err error)
DismissCalendarViewExceptionOccurrenceReminder - Invoke action dismissReminder. Dismiss a reminder that has been triggered for an event in a user calendar.
func (CalendarViewExceptionOccurrenceClient) ForwardCalendarViewExceptionOccurrence ¶
func (c CalendarViewExceptionOccurrenceClient) ForwardCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, input ForwardCalendarViewExceptionOccurrenceRequest, options ForwardCalendarViewExceptionOccurrenceOperationOptions) (result ForwardCalendarViewExceptionOccurrenceOperationResponse, err error)
ForwardCalendarViewExceptionOccurrence - 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 (CalendarViewExceptionOccurrenceClient) GetCalendarViewExceptionOccurrence ¶
func (c CalendarViewExceptionOccurrenceClient) GetCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, options GetCalendarViewExceptionOccurrenceOperationOptions) (result GetCalendarViewExceptionOccurrenceOperationResponse, err error)
GetCalendarViewExceptionOccurrence - Get exceptionOccurrences from groups
func (CalendarViewExceptionOccurrenceClient) GetCalendarViewExceptionOccurrencesCount ¶
func (c CalendarViewExceptionOccurrenceClient) GetCalendarViewExceptionOccurrencesCount(ctx context.Context, id beta.GroupIdCalendarViewId, options GetCalendarViewExceptionOccurrencesCountOperationOptions) (result GetCalendarViewExceptionOccurrencesCountOperationResponse, err error)
GetCalendarViewExceptionOccurrencesCount - Get the number of the resource
func (CalendarViewExceptionOccurrenceClient) ListCalendarViewExceptionOccurrences ¶
func (c CalendarViewExceptionOccurrenceClient) ListCalendarViewExceptionOccurrences(ctx context.Context, id beta.GroupIdCalendarViewId, options ListCalendarViewExceptionOccurrencesOperationOptions) (result ListCalendarViewExceptionOccurrencesOperationResponse, err error)
ListCalendarViewExceptionOccurrences - Get exceptionOccurrences from groups
func (CalendarViewExceptionOccurrenceClient) ListCalendarViewExceptionOccurrencesComplete ¶
func (c CalendarViewExceptionOccurrenceClient) ListCalendarViewExceptionOccurrencesComplete(ctx context.Context, id beta.GroupIdCalendarViewId, options ListCalendarViewExceptionOccurrencesOperationOptions) (ListCalendarViewExceptionOccurrencesCompleteResult, error)
ListCalendarViewExceptionOccurrencesComplete retrieves all the results into a single object
func (CalendarViewExceptionOccurrenceClient) ListCalendarViewExceptionOccurrencesCompleteMatchingPredicate ¶
func (c CalendarViewExceptionOccurrenceClient) ListCalendarViewExceptionOccurrencesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarViewId, options ListCalendarViewExceptionOccurrencesOperationOptions, predicate EventOperationPredicate) (result ListCalendarViewExceptionOccurrencesCompleteResult, err error)
ListCalendarViewExceptionOccurrencesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (CalendarViewExceptionOccurrenceClient) SnoozeCalendarViewExceptionOccurrenceReminder ¶
func (c CalendarViewExceptionOccurrenceClient) SnoozeCalendarViewExceptionOccurrenceReminder(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, input SnoozeCalendarViewExceptionOccurrenceReminderRequest, options SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions) (result SnoozeCalendarViewExceptionOccurrenceReminderOperationResponse, err error)
SnoozeCalendarViewExceptionOccurrenceReminder - Invoke action snoozeReminder. Postpone a reminder for an event in a user calendar until a new time.
func (CalendarViewExceptionOccurrenceClient) TentativelyAcceptCalendarViewExceptionOccurrence ¶
func (c CalendarViewExceptionOccurrenceClient) TentativelyAcceptCalendarViewExceptionOccurrence(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, input TentativelyAcceptCalendarViewExceptionOccurrenceRequest, options TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions) (result TentativelyAcceptCalendarViewExceptionOccurrenceOperationResponse, err error)
TentativelyAcceptCalendarViewExceptionOccurrence - 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 CancelCalendarViewExceptionOccurrenceOperationOptions ¶
type CancelCalendarViewExceptionOccurrenceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCancelCalendarViewExceptionOccurrenceOperationOptions ¶
func DefaultCancelCalendarViewExceptionOccurrenceOperationOptions() CancelCalendarViewExceptionOccurrenceOperationOptions
func (CancelCalendarViewExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o CancelCalendarViewExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (CancelCalendarViewExceptionOccurrenceOperationOptions) ToOData ¶
func (o CancelCalendarViewExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (CancelCalendarViewExceptionOccurrenceOperationOptions) ToQuery ¶
func (o CancelCalendarViewExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
type DeclineCalendarViewExceptionOccurrenceOperationOptions ¶
type DeclineCalendarViewExceptionOccurrenceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeclineCalendarViewExceptionOccurrenceOperationOptions ¶
func DefaultDeclineCalendarViewExceptionOccurrenceOperationOptions() DeclineCalendarViewExceptionOccurrenceOperationOptions
func (DeclineCalendarViewExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o DeclineCalendarViewExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (DeclineCalendarViewExceptionOccurrenceOperationOptions) ToOData ¶
func (o DeclineCalendarViewExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (DeclineCalendarViewExceptionOccurrenceOperationOptions) ToQuery ¶
func (o DeclineCalendarViewExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
type DismissCalendarViewExceptionOccurrenceReminderOperationOptions ¶
type DismissCalendarViewExceptionOccurrenceReminderOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDismissCalendarViewExceptionOccurrenceReminderOperationOptions ¶
func DefaultDismissCalendarViewExceptionOccurrenceReminderOperationOptions() DismissCalendarViewExceptionOccurrenceReminderOperationOptions
func (DismissCalendarViewExceptionOccurrenceReminderOperationOptions) ToHeaders ¶
func (o DismissCalendarViewExceptionOccurrenceReminderOperationOptions) ToHeaders() *client.Headers
func (DismissCalendarViewExceptionOccurrenceReminderOperationOptions) ToOData ¶
func (o DismissCalendarViewExceptionOccurrenceReminderOperationOptions) ToOData() *odata.Query
func (DismissCalendarViewExceptionOccurrenceReminderOperationOptions) ToQuery ¶
func (o DismissCalendarViewExceptionOccurrenceReminderOperationOptions) ToQuery() *client.QueryParams
type EventOperationPredicate ¶
type EventOperationPredicate struct { }
type ForwardCalendarViewExceptionOccurrenceOperationOptions ¶
type ForwardCalendarViewExceptionOccurrenceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultForwardCalendarViewExceptionOccurrenceOperationOptions ¶
func DefaultForwardCalendarViewExceptionOccurrenceOperationOptions() ForwardCalendarViewExceptionOccurrenceOperationOptions
func (ForwardCalendarViewExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o ForwardCalendarViewExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (ForwardCalendarViewExceptionOccurrenceOperationOptions) ToOData ¶
func (o ForwardCalendarViewExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (ForwardCalendarViewExceptionOccurrenceOperationOptions) ToQuery ¶
func (o ForwardCalendarViewExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewExceptionOccurrenceOperationOptions ¶
type GetCalendarViewExceptionOccurrenceOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarViewExceptionOccurrenceOperationOptions ¶
func DefaultGetCalendarViewExceptionOccurrenceOperationOptions() GetCalendarViewExceptionOccurrenceOperationOptions
func (GetCalendarViewExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o GetCalendarViewExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewExceptionOccurrenceOperationOptions) ToOData ¶
func (o GetCalendarViewExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (GetCalendarViewExceptionOccurrenceOperationOptions) ToQuery ¶
func (o GetCalendarViewExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewExceptionOccurrencesCountOperationOptions ¶
type GetCalendarViewExceptionOccurrencesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarViewExceptionOccurrencesCountOperationOptions ¶
func DefaultGetCalendarViewExceptionOccurrencesCountOperationOptions() GetCalendarViewExceptionOccurrencesCountOperationOptions
func (GetCalendarViewExceptionOccurrencesCountOperationOptions) ToHeaders ¶
func (o GetCalendarViewExceptionOccurrencesCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewExceptionOccurrencesCountOperationOptions) ToOData ¶
func (o GetCalendarViewExceptionOccurrencesCountOperationOptions) ToOData() *odata.Query
func (GetCalendarViewExceptionOccurrencesCountOperationOptions) ToQuery ¶
func (o GetCalendarViewExceptionOccurrencesCountOperationOptions) ToQuery() *client.QueryParams
type ListCalendarViewExceptionOccurrencesCustomPager ¶
type ListCalendarViewExceptionOccurrencesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarViewExceptionOccurrencesCustomPager) NextPageLink ¶
func (p *ListCalendarViewExceptionOccurrencesCustomPager) NextPageLink() *odata.Link
type ListCalendarViewExceptionOccurrencesOperationOptions ¶
type ListCalendarViewExceptionOccurrencesOperationOptions 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 DefaultListCalendarViewExceptionOccurrencesOperationOptions ¶
func DefaultListCalendarViewExceptionOccurrencesOperationOptions() ListCalendarViewExceptionOccurrencesOperationOptions
func (ListCalendarViewExceptionOccurrencesOperationOptions) ToHeaders ¶
func (o ListCalendarViewExceptionOccurrencesOperationOptions) ToHeaders() *client.Headers
func (ListCalendarViewExceptionOccurrencesOperationOptions) ToOData ¶
func (o ListCalendarViewExceptionOccurrencesOperationOptions) ToOData() *odata.Query
func (ListCalendarViewExceptionOccurrencesOperationOptions) ToQuery ¶
func (o ListCalendarViewExceptionOccurrencesOperationOptions) ToQuery() *client.QueryParams
type SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions ¶
type SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSnoozeCalendarViewExceptionOccurrenceReminderOperationOptions ¶
func DefaultSnoozeCalendarViewExceptionOccurrenceReminderOperationOptions() SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions
func (SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions) ToHeaders ¶
func (o SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions) ToHeaders() *client.Headers
func (SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions) ToOData ¶
func (o SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions) ToOData() *odata.Query
func (SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions) ToQuery ¶
func (o SnoozeCalendarViewExceptionOccurrenceReminderOperationOptions) ToQuery() *client.QueryParams
type SnoozeCalendarViewExceptionOccurrenceReminderRequest ¶
type SnoozeCalendarViewExceptionOccurrenceReminderRequest struct {
NewReminderTime *beta.DateTimeTimeZone `json:"NewReminderTime,omitempty"`
}
type TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions ¶
type TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultTentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions ¶
func DefaultTentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions() TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions
func (TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions) ToHeaders ¶
func (o TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions) ToHeaders() *client.Headers
func (TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions) ToOData ¶
func (o TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions) ToOData() *odata.Query
func (TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions) ToQuery ¶
func (o TentativelyAcceptCalendarViewExceptionOccurrenceOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_acceptcalendarviewexceptionoccurrence.go
- method_cancelcalendarviewexceptionoccurrence.go
- method_declinecalendarviewexceptionoccurrence.go
- method_dismisscalendarviewexceptionoccurrencereminder.go
- method_forwardcalendarviewexceptionoccurrence.go
- method_getcalendarviewexceptionoccurrence.go
- method_getcalendarviewexceptionoccurrencescount.go
- method_listcalendarviewexceptionoccurrences.go
- method_snoozecalendarviewexceptionoccurrencereminder.go
- method_tentativelyacceptcalendarviewexceptionoccurrence.go
- model_acceptcalendarviewexceptionoccurrencerequest.go
- model_cancelcalendarviewexceptionoccurrencerequest.go
- model_declinecalendarviewexceptionoccurrencerequest.go
- model_forwardcalendarviewexceptionoccurrencerequest.go
- model_snoozecalendarviewexceptionoccurrencereminderrequest.go
- model_tentativelyacceptcalendarviewexceptionoccurrencerequest.go
- predicates.go
- version.go