ExtendedCalendar Constructor (String, String, String, String, String) |
Initializes a new instance of the ExtendedCalendar class.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic ExtendedCalendar(
string id,
string summary,
string description,
string location,
string timeZone
)
Public Sub New (
id As String,
summary As String,
description As String,
location As String,
timeZone As String
)
public:
ExtendedCalendar(
String^ id,
String^ summary,
String^ description,
String^ location,
String^ timeZone
)
new :
id : string *
summary : string *
description : string *
location : string *
timeZone : string -> ExtendedCalendar
Parameters
- id
- Type: SystemString
Identifier of the resource. - summary
- Type: SystemString
Title of the calendar. - description
- Type: SystemString
Description of the calendar. - location
- Type: SystemString
Geographic location of the calendar as free-form text. - timeZone
- Type: SystemString
The time zone of the calendar.
See Also