android.syncml.pim.vcalendar
Class VCalComposer
java.lang.Object
android.syncml.pim.vcalendar.VCalComposer
public class VCalComposer
- extends Object
vCalendar string composer class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION_VCALENDAR10
public static final String VERSION_VCALENDAR10
- See Also:
- Constant Field Values
VERSION_VCALENDAR20
public static final String VERSION_VCALENDAR20
- See Also:
- Constant Field Values
VERSION_VCAL10_INT
public static final int VERSION_VCAL10_INT
- See Also:
- Constant Field Values
VERSION_VCAL20_INT
public static final int VERSION_VCAL20_INT
- See Also:
- Constant Field Values
VCalComposer
public VCalComposer()
createVCal
public String createVCal(CalendarStruct struct,
int vcalversion)
throws VCalException
- Create a vCalendar String.
- Parameters:
struct - see more from CalendarStruct classvcalversion - MUST be VERSION_VCAL10 /VERSION_VCAL20
- Returns:
- vCalendar string
- Throws:
VcalException - if version is invalid or create failed
VCalException
Please submit a feedback, bug or feature