public class

IcalUIDProperty

extends ValueConstruct
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ValueConstruct
       ↳ com.google.gdata.data.calendar.IcalUIDProperty

Class Overview

GData schema extension describing the UID in the ical export of the event. The value can be an arbitrary string and is described in section 4.8.4.7 of RFC 2445. This value is different from the value of the event ID. Currently a read-only entry.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.data.ValueConstruct
From class com.google.gdata.data.AbstractExtension
Public Constructors
IcalUIDProperty()
IcalUIDProperty(String value)
Public Methods
static ExtensionDescription getDefaultDescription()
[Expand]
Inherited Methods
From class com.google.gdata.data.ValueConstruct
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension

Public Constructors

public IcalUIDProperty ()

public IcalUIDProperty (String value)

Parameters
value

Public Methods

public static ExtensionDescription getDefaultDescription ()