Table of Contents

Class Event.SourceData

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll

Source of an event from which it was created; for example a web page, an email message or any document identifiable by an URL using HTTP/HTTPS protocol. Accessible only by the creator of the event.

public class Event.SourceData : Object
Inheritance
Event.SourceData

Constructors

SourceData()

public SourceData()

Properties

Title

Title of the source; for example a title of a web page or an email subject.

public virtual string Title { get; set; }

Property Value

string

Url

URL of the source pointing to a resource. URL's protocol must be HTTP or HTTPS.

public virtual string Url { get; set; }

Property Value

string