public class Calendar extends BaseDataObject
A set of metadata, such as a description, for a single calendar.
Modifier and Type | Field and Description |
---|---|
static String |
CALENDAR_KIND
Type of the resource XVHK4D9KDb.get(new byte[] { (byte)0x57, (byte)0x81, (byte)0x3b, (byte)0x24, (byte)0xe2, (byte)0x41, (byte)0x55, (byte)0x20, (byte)0xda, (byte)0x51, (byte)0xce, (byte)0x3d, (byte)0xb, (byte)0xc8, (byte)0x3e, (byte)0x3e, (byte)0xe2 }).
|
static String |
KIND
Deprecated.
|
Constructor and Description |
---|
Calendar()
Initializes a new instance of the Calendar class.
|
Calendar(String summary)
Initializes a new instance of the Calendar class.
|
Calendar(String id,
String summary)
Initializes a new instance of the Calendar class.
|
Calendar(String summary,
String description,
String location,
String timeZone)
Initializes a new instance of the Calendar class.
|
Calendar(String id,
String summary,
String description,
String location,
String timeZone)
Initializes a new instance of the Calendar class.
|
Calendar(String id,
String eTag,
String summary,
String description,
String location,
String timeZone)
Initializes a new instance of the Calendar class.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Description of the calendar.
|
String |
getLocation()
Geographic location of the calendar as free-form text.
|
String |
getSummary()
Title of the calendar.
|
String |
getTimeZone()
The time zone of the calendar.
|
void |
setDescription(String value)
Description of the calendar.
|
void |
setLocation(String value)
Geographic location of the calendar as free-form text.
|
void |
setSummary(String value)
Title of the calendar.
|
void |
setTimeZone(String value)
The time zone of the calendar.
|
String |
toString()
Returns a string which represents the object instance.
|
@Deprecated public static final String KIND
Type of the resource XVHK4D9KDb.get(new byte[] { (byte)0x57, (byte)0x81, (byte)0x3b, (byte)0x24, (byte)0xe2, (byte)0x41, (byte)0x55, (byte)0x20, (byte)0xda, (byte)0x51, (byte)0xce, (byte)0x3d, (byte)0xb, (byte)0xc8, (byte)0x3e, (byte)0x3e, (byte)0xe2 }).
public static final String CALENDAR_KIND
Type of the resource XVHK4D9KDb.get(new byte[] { (byte)0x57, (byte)0x81, (byte)0x3b, (byte)0x24, (byte)0xe2, (byte)0x41, (byte)0x55, (byte)0x20, (byte)0xda, (byte)0x51, (byte)0xce, (byte)0x3d, (byte)0xb, (byte)0xc8, (byte)0x3e, (byte)0x3e, (byte)0xe2 }).
public Calendar()
Initializes a new instance of the Calendar class.
public Calendar(String summary)
Initializes a new instance of the Calendar class.
summary
- Title of the calendar.public Calendar(String id, String summary)
Initializes a new instance of the Calendar class.
id
- Identifier of the resource.summary
- Title of the calendar.public Calendar(String summary, String description, String location, String timeZone)
Initializes a new instance of the Calendar class.
summary
- Title of the calendar.description
- Description of the calendar.location
- Geographic location of the calendar as free-form text.timeZone
- The time zone of the calendar.public Calendar(String id, String summary, String description, String location, String timeZone)
Initializes a new instance of the Calendar class.
id
- Identifier of the resource.summary
- Title of the calendar.description
- Description of the calendar.location
- Geographic location of the calendar as free-form text.timeZone
- The time zone of the calendar.public Calendar(String id, String eTag, String summary, String description, String location, String timeZone)
Initializes a new instance of the Calendar class.
id
- Identifier of the resource.eTag
- An entity tagsummary
- Title of the calendar.description
- Description of the calendar.location
- Geographic location of the calendar as free-form text.timeZone
- The time zone of the calendar.public void setSummary(String value)
Title of the calendar.
value
- a String
object.public void setDescription(String value)
Description of the calendar.
value
- a String
object.public String getLocation()
Geographic location of the calendar as free-form text.
String
object.public void setLocation(String value)
Geographic location of the calendar as free-form text.
value
- a String
object.public void setTimeZone(String value)
The time zone of the calendar.
value
- a String
object.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.