FileDocCategorySizeDatePackage
CalendarStruct.javaAPI DocAndroid 1.5 API1648Wed May 06 22:41:56 BST 2009android.syncml.pim.vcalendar

CalendarStruct

public class CalendarStruct extends Object
Same comment as ContactStruct.

Fields Summary
public String
timezone
public List
eventList
Constructors Summary
Methods Summary
public voidaddEventList(android.syncml.pim.vcalendar.CalendarStruct$EventStruct stru)

        if(eventList == null)
            eventList = new ArrayList<EventStruct>();
        eventList.add(stru);