Documentation
¶
Index ¶
- type ReminderViewWithStartDateTimeWithEndDateTime
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetAdditionalData() map[string]interface{}
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetChangeKey() *string
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventEndTime() ...
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventId() *string
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventLocation() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Location
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventStartTime() ...
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventSubject() *string
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventWebLink() *string
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetReminderFireTime() ...
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) IsNil() bool
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) Serialize(...) error
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetAdditionalData(value map[string]interface{})
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetChangeKey(value *string)
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventEndTime(...)
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventId(value *string)
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventLocation(...)
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventStartTime(...)
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventSubject(value *string)
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventWebLink(value *string)
- func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetReminderFireTime(...)
- type ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder
- func NewReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(rawUrl string, ...) *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder
- func NewReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderInternal(pathParameters map[string]string, ...) *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder
- func (m *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) CreateGetRequestInformation(options *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetOptions) (...)
- func (m *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) Get(options *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetOptions) ([]ReminderViewWithStartDateTimeWithEndDateTime, error)
- type ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetOptions
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 ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetChangeKey() *string
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 ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventEndTime() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DateTimeTimeZone
Gets the eventEndTime property value. The date, time and time zone that the event ends.
func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventId ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventId() *string
Gets the eventId property value. The unique ID of the event. Read only.
func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventLocation ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventLocation() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Location
Gets the eventLocation property value. The location of the event.
func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventStartTime ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventStartTime() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DateTimeTimeZone
Gets the eventStartTime property value. The date, time, and time zone that the event starts.
func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventSubject ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventSubject() *string
Gets the eventSubject property value. The text of the event's subject line.
func (*ReminderViewWithStartDateTimeWithEndDateTime) GetEventWebLink ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetEventWebLink() *string
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 ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*ReminderViewWithStartDateTimeWithEndDateTime) GetReminderFireTime ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) GetReminderFireTime() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DateTimeTimeZone
Gets the reminderFireTime property value. The date, time, and time zone that the reminder is set to occur.
func (*ReminderViewWithStartDateTimeWithEndDateTime) IsNil ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) IsNil() bool
func (*ReminderViewWithStartDateTimeWithEndDateTime) Serialize ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
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 ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventEndTime(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DateTimeTimeZone)
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 ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventId(value *string)
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 ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventLocation(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Location)
Sets the eventLocation property value. The location of the event. Parameters:
- value : Value to set for the eventLocation property.
func (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventStartTime ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetEventStartTime(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DateTimeTimeZone)
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 (*ReminderViewWithStartDateTimeWithEndDateTime) SetEventWebLink ¶
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 ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTime) SetReminderFireTime(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DateTimeTimeZone)
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 ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) CreateGetRequestInformation(options *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke function reminderView Parameters:
- options : Options for the request
func (*ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) Get ¶
func (m *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) Get(options *ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetOptions) ([]ReminderViewWithStartDateTimeWithEndDateTime, error)
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