reminderviewwithstartdatetimewithenddatetime

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2022 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
}

ReminderViewWithStartDateTimeWithEndDateTime

func NewReminderViewWithStartDateTimeWithEndDateTime

func NewReminderViewWithStartDateTimeWithEndDateTime() *ReminderViewWithStartDateTimeWithEndDateTime

NewReminderViewWithStartDateTimeWithEndDateTime instantiates a new reminderViewWithStartDateTimeWithEndDateTime and sets the default values.

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetAdditionalData

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

GetAdditionalData 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

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

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

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventId

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

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventLocation

GetEventLocation gets the eventLocation property value. The location of the event.

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventStartTime

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

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventSubject

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

GetEventWebLink 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

GetFieldDeserializers the deserialization information for the current model

func (*ReminderViewWithStartDateTimeWithEndDateTime) GetReminderFireTime

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

Serialize serializes information the current object

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetAdditionalData

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

SetAdditionalData sets 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) SetChangeKey

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

SetChangeKey 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.

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventEndTime

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

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventId

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

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventLocation

SetEventLocation sets the eventLocation property value. The location of the event.

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventStartTime

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

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventSubject

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

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

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

SetEventWebLink 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.

func (*ReminderViewWithStartDateTimeWithEndDateTime) SetReminderFireTime

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

type ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder

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

ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder 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

NewReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder instantiates a new ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values.

func NewReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderInternal

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

NewReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderInternal instantiates a new ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values.

func (*ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation invoke function reminderView

func (*ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) Get

Get invoke function reminderView

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
}

ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetOptions options for Get

Jump to

Keyboard shortcuts

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