reminderviewwithstartdatetimewithenddatetime

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReminderViewWithStartDateTimeWithEndDateTime

type ReminderViewWithStartDateTimeWithEndDateTime struct {
	// contains filtered or unexported fields
}

func NewReminderViewWithStartDateTimeWithEndDateTime

func NewReminderViewWithStartDateTimeWithEndDateTime() *ReminderViewWithStartDateTimeWithEndDateTime

Instantiates a new reminderViewWithStartDateTimeWithEndDateTime and sets the default values.

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetAdditionalData

func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetAdditionalData() map[string]interface{}

Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetChangeKey

Gets the changeKey property value. Identifies the version of the reminder. Every time the reminder is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object.

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventEndTime

Gets the eventEndTime property value. The date, time and time zone that the event ends.

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventId

Gets the eventId property value. The unique ID of the event. Read only.

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventLocation

Gets the eventLocation property value. The location of the event.

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventStartTime

Gets the eventStartTime property value. The date, time, and time zone that the event starts.

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventSubject

Gets the eventSubject property value. The text of the event's subject line.

Gets the eventWebLink property value. The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL cannot be accessed from within an iFrame.

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetFieldDeserializers

The deserialization information for the current model

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetReminderFireTime

Gets the reminderFireTime property value. The date, time, and time zone that the reminder is set to occur.

func (*ReminderViewWithStartDateTimeWithEndDateTime) IsNil

func (*ReminderViewWithStartDateTimeWithEndDateTime) Serialize

Serializes information the current object Parameters:

  • writer : Serialization writer to use to serialize this model

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetAdditionalData

func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetAdditionalData(value map[string]interface{})

Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:

  • value : Value to set for the AdditionalData property.

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetChangeKey

func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetChangeKey(value *string)

Sets the changeKey property value. Identifies the version of the reminder. Every time the reminder is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Parameters:

  • value : Value to set for the changeKey property.

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventEndTime

Sets the eventEndTime property value. The date, time and time zone that the event ends. Parameters:

  • value : Value to set for the eventEndTime property.

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventId

Sets the eventId property value. The unique ID of the event. Read only. Parameters:

  • value : Value to set for the eventId property.

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventLocation

Sets the eventLocation property value. The location of the event. Parameters:

  • value : Value to set for the eventLocation property.

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventStartTime

Sets the eventStartTime property value. The date, time, and time zone that the event starts. Parameters:

  • value : Value to set for the eventStartTime property.

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventSubject

func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventSubject(value *string)

Sets the eventSubject property value. The text of the event's subject line. Parameters:

  • value : Value to set for the eventSubject property.
func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventWebLink(value *string)

Sets the eventWebLink property value. The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL cannot be accessed from within an iFrame. Parameters:

  • value : Value to set for the eventWebLink property.

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetReminderFireTime

Sets the reminderFireTime property value. The date, time, and time zone that the reminder is set to occur. Parameters:

  • value : Value to set for the reminderFireTime property.

type ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder

type ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder struct {
	// contains filtered or unexported fields
}

Builds and executes requests for operations under \users\{user-id}\microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')

func NewReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder

func NewReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder

Instantiates a new ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. Parameters:

  • rawUrl : The raw URL to use for the request builder.
  • requestAdapter : The request adapter to use to execute the requests.

func NewReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderInternal

func NewReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter, startDateTime *string, endDateTime *string) *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder

Instantiates a new ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. Parameters:

  • EndDateTime : Usage: EndDateTime={EndDateTime}
  • pathParameters : Path parameters for the request
  • requestAdapter : The request adapter to use to execute the requests.
  • StartDateTime : Usage: StartDateTime={StartDateTime}

func (*ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) CreateGetRequestInformation

Invoke function reminderView Parameters:

  • options : Options for the request

func (*ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) Get

Invoke function reminderView Parameters:

  • options : Options for the request

type ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetOptions

type ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetOptions struct {
	// Request headers
	H map[string]string
	// Request options
	O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}

Options for Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL