Method | Description | |
---|---|---|
CalendarParsedResult ( String summary, String start, String end, String location, String attendee, String title ) : System |
Method | Description | |
---|---|---|
validateDate ( String date ) : void |
RFC 2445 allows the start and end fields to be of type DATE (e.g. 20081021) or DATE-TIME (e.g. 20081021T123000 for local time, or 20081021T123000Z for UTC).
|
public CalendarParsedResult ( String summary, String start, String end, String location, String attendee, String title ) : System | ||
summary | String | |
start | String | |
end | String | |
location | String | |
attendee | String | |
title | String | |
return | System |