Class EventAttachment
Implements
Inherited Members
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class EventAttachment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileId
ID of the attached file. Read-only. For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
Declaration
[JsonProperty("fileId")]
public virtual string FileId { get; set; }
Property Value
Type | Description |
---|---|
string |
FileUrl
URL link to the attachment. For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API. Required when adding an attachment.
Declaration
[JsonProperty("fileUrl")]
public virtual string FileUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
IconLink
URL link to the attachment's icon. This field can only be modified for custom third-party attachments.
Declaration
[JsonProperty("iconLink")]
public virtual string IconLink { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
Internet media type (MIME type) of the attachment.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Attachment title.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |