Calendar.Calendar
Contents
[
Hide
]Calendar()
Initializes a new instance of the Calendar class.
public Calendar()
See Also
- class Calendar
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
Calendar(string)
Initializes a new instance of the Calendar class.
public Calendar(string summary)
Parameter | Type | Description |
---|---|---|
summary | String | Title of the calendar. |
See Also
- class Calendar
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
Calendar(string, string)
Initializes a new instance of the Calendar class.
public Calendar(string id, string summary)
Parameter | Type | Description |
---|---|---|
id | String | Identifier of the resource. |
summary | String | Title of the calendar. |
See Also
- class Calendar
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
Calendar(string, string, string, string)
Initializes a new instance of the Calendar class.
public Calendar(string summary, string description, string location, string timeZone)
Parameter | Type | Description |
---|---|---|
summary | String | Title of the calendar. |
description | String | Description of the calendar. |
location | String | Geographic location of the calendar as free-form text. |
timeZone | String | The time zone of the calendar. |
See Also
- class Calendar
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
Calendar(string, string, string, string, string)
Initializes a new instance of the Calendar class.
public Calendar(string id, string summary, string description, string location, string timeZone)
Parameter | Type | Description |
---|---|---|
id | String | Identifier of the resource. |
summary | String | Title of the calendar. |
description | String | Description of the calendar. |
location | String | Geographic location of the calendar as free-form text. |
timeZone | String | The time zone of the calendar. |
See Also
- class Calendar
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
Calendar(string, string, string, string, string, string)
Initializes a new instance of the Calendar class.
public Calendar(string id, string eTag, string summary, string description, string location,
string timeZone)
Parameter | Type | Description |
---|---|---|
id | String | Identifier of the resource. |
eTag | String | An entity tag |
summary | String | Title of the calendar. |
description | String | Description of the calendar. |
location | String | Geographic location of the calendar as free-form text. |
timeZone | String | The time zone of the calendar. |
See Also
- class Calendar
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email