< Back

New-ReminderObject

Sat Jan 18, 2020 1:32 pm

NAME New-ReminderObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.reminder" (or one of its derived types).





SYNTAX

New-ReminderObject [-changeKey <string>] [-eventEndTime <object>] [-eventId <string>] [-eventLocation <object>]

[-eventStartTime <object>] [-eventSubject <string>] [-eventWebLink <string>] [-reminderFireTime <object>]

[<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.reminder" (or one of its derived types).





PARAMETERS

-eventId <string>

The "eventId" property, of type "Edm.String".



This property is on the "microsoft.graph.reminder" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-eventStartTime <object>

The "eventStartTime" property, of type "microsoft.graph.dateTimeTimeZone".



This property is on the "microsoft.graph.reminder" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-eventEndTime <object>

The "eventEndTime" property, of type "microsoft.graph.dateTimeTimeZone".



This property is on the "microsoft.graph.reminder" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-changeKey <string>

The "changeKey" property, of type "Edm.String".



This property is on the "microsoft.graph.reminder" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-eventSubject <string>

The "eventSubject" property, of type "Edm.String".



This property is on the "microsoft.graph.reminder" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-eventLocation <object>

The "eventLocation" property, of type "microsoft.graph.location".



This property is on the "microsoft.graph.reminder" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-eventWebLink <string>

The "eventWebLink" property, of type "Edm.String".



This property is on the "microsoft.graph.reminder" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-reminderFireTime <object>

The "reminderFireTime" property, of type "microsoft.graph.dateTimeTimeZone".



This property is on the "microsoft.graph.reminder" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS