Table of Contents

Class EventAttachment

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class EventAttachment : IDirectResponseSchema
Inheritance
EventAttachment
Implements
IDirectResponseSchema
Inherited Members

Constructors

EventAttachment()

public EventAttachment()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

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.

public virtual string FileId { get; set; }

Property Value

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.

public virtual string FileUrl { get; set; }

Property Value

string

URL link to the attachment's icon. Read-only.

public virtual string IconLink { get; set; }

Property Value

string

MimeType

Internet media type (MIME type) of the attachment.

public virtual string MimeType { get; set; }

Property Value

string

Title

Attachment title.

public virtual string Title { get; set; }

Property Value

string