Skip to content

New GSharedContactEntryLinkObj

Spencer Varney edited this page Dec 9, 2016 · 4 revisions

New-GSharedContactEntryLinkObj

SYNOPSIS

Create a new shared contact entry link object.

SYNTAX

New-GSharedContactEntryLinkObj [[-Href] <String>] [[-ReadOnly] <Boolean>] [[-Rel] <String>]
 [[-Entry] <Contact>] [-WhatIf] [-Confirm]

DESCRIPTION

Create a new shared contact entry link object.

EXAMPLES

---------- EXAMPLE 1 ----------

PS C:\> New-GSharedContactEntryLinkObj

This automatically generated example serves to show the bare minimum required to call this Cmdlet.

Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.

PARAMETERS

-Href

Specifies the entry URI. If the nested entry is embedded and not linked, this attribute may be omitted.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 0
Default value: 
Accept pipeline input: False
Accept wildcard characters: False

-ReadOnly

Specifies whether the contained entry is read-only. The default value is "false".

Type: Boolean
Parameter Sets: (All)
Aliases: 

Required: False
Position: 1
Default value: 
Accept pipeline input: False
Accept wildcard characters: False

-Rel

Specifies the link relation; allows the service to provide multiple types of entry links for a single entity.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 2
Default value: 
Accept pipeline input: False
Accept wildcard characters: False

-Entry

Contents of the entry.

Type: Contact
Parameter Sets: (All)
Aliases: 

Required: False
Position: 3
Default value: 
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES

Part of the gShell Project, relating to the Google Shared Contacts API; see Related Links or use the -Online parameter.

RELATED LINKS

[Wiki page for this Cmdlet]

[Getting started with gShell]

Clone this wiki locally