1
0
mirror of https://github.com/etesync/android synced 2025-06-05 07:38:49 +00:00
etesync-android/libs/biweekly-0.3.1-javadoc/biweekly/component/VEvent.html

2431 lines
138 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_51) on Sat Sep 21 17:46:23 EDT 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
VEvent (biweekly 0.3.1 API)
</TITLE>
<META NAME="date" CONTENT="2013-09-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../syntaxhighlighter.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="VEvent (biweekly 0.3.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<script src="doc-files/shCore.js" type="text/javascript"></script> <script src="doc-files/shBrushJava.js" type="text/javascript"></script><HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VEvent.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../biweekly/component/VAlarm.html" title="class in biweekly.component"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../biweekly/component/VFreeBusy.html" title="class in biweekly.component"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?biweekly/component/VEvent.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="VEvent.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_biweekly.component.ICalComponent">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
biweekly.component</FONT>
<BR>
Class VEvent</H2>
<PRE>
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><A HREF="../../biweekly/component/ICalComponent.html" title="class in biweekly.component">biweekly.component.ICalComponent</A>
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>biweekly.component.VEvent</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <A HREF="../../src-html/biweekly/component/VEvent.html#line.89"><B>VEvent</B></A><DT>extends <A HREF="../../biweekly/component/ICalComponent.html" title="class in biweekly.component">ICalComponent</A></DL>
</PRE>
<P>
<p>
Defines a scheduled activity, such as a meeting that's two hours long.
</p>
<p>
<b>Examples:</b>
<pre class="brush:java">
VEvent event = new VEvent();
Date start = ...
event.setDateStart(start);
Date end = ...
event.setDateEnd(end);
event.setSummary("Team Meeting");
event.setLocation("Room 21C");
event.setCreated(new Date());
event.setRecurrenceRule(new Recurrence.Builder(Frequency.WEEKLY).build());
</pre>
</p>
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Michael Angstadt</DD>
<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-52">RFC 5545 p.52-5</a></dd></DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_biweekly.component.ICalComponent"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class biweekly.component.<A HREF="../../biweekly/component/ICalComponent.html" title="class in biweekly.component">ICalComponent</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../biweekly/component/ICalComponent.html#components">components</A>, <A HREF="../../biweekly/component/ICalComponent.html#properties">properties</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#VEvent()">VEvent</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Creates a new event.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addAlarm(biweekly.component.VAlarm)">addAlarm</A></B>(<A HREF="../../biweekly/component/VAlarm.html" title="class in biweekly.component">VAlarm</A>&nbsp;alarm)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an alarm to this event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addAttachment(biweekly.property.Attachment)">addAttachment</A></B>(<A HREF="../../biweekly/property/Attachment.html" title="class in biweekly.property">Attachment</A>&nbsp;attachment)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an attachment to the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addAttendee(biweekly.property.Attendee)">addAttendee</A></B>(<A HREF="../../biweekly/property/Attendee.html" title="class in biweekly.property">Attendee</A>&nbsp;attendee)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a person who is attending the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Attendee.html" title="class in biweekly.property">Attendee</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addAttendee(java.lang.String)">addAttendee</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;email)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a person who is attending the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addCategories(biweekly.property.Categories)">addCategories</A></B>(<A HREF="../../biweekly/property/Categories.html" title="class in biweekly.property">Categories</A>&nbsp;categories)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of "tags" or "keywords" that describe the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Categories.html" title="class in biweekly.property">Categories</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addCategories(java.util.List)">addCategories</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;categories)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of "tags" or "keywords" that describe the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Categories.html" title="class in biweekly.property">Categories</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addCategories(java.lang.String...)">addCategories</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>...&nbsp;categories)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of "tags" or "keywords" that describe the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addComment(biweekly.property.Comment)">addComment</A></B>(<A HREF="../../biweekly/property/Comment.html" title="class in biweekly.property">Comment</A>&nbsp;comment)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a comment to the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Comment.html" title="class in biweekly.property">Comment</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addComment(java.lang.String)">addComment</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;comment)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a comment to the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addContact(biweekly.property.Contact)">addContact</A></B>(<A HREF="../../biweekly/property/Contact.html" title="class in biweekly.property">Contact</A>&nbsp;contact)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a contact to the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Contact.html" title="class in biweekly.property">Contact</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addContact(java.lang.String)">addContact</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;contact)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a contact to the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addExceptionDates(biweekly.property.ExceptionDates)">addExceptionDates</A></B>(<A HREF="../../biweekly/property/ExceptionDates.html" title="class in biweekly.property">ExceptionDates</A>&nbsp;exceptionDates)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of exceptions to the recurrence rule defined in the event (if
one is defined).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addExceptionRule(biweekly.property.ExceptionRule)">addExceptionRule</A></B>(<A HREF="../../biweekly/property/ExceptionRule.html" title="class in biweekly.property">ExceptionRule</A>&nbsp;exceptionRule)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Adds an exception for the <A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property"><CODE>RecurrenceRule</CODE></A> property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/ExceptionRule.html" title="class in biweekly.property">ExceptionRule</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addExceptionRule(biweekly.util.Recurrence)">addExceptionRule</A></B>(<A HREF="../../biweekly/util/Recurrence.html" title="class in biweekly.util">Recurrence</A>&nbsp;recur)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Adds an exception for the <A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property"><CODE>RecurrenceRule</CODE></A> property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addRecurrenceDates(biweekly.property.RecurrenceDates)">addRecurrenceDates</A></B>(<A HREF="../../biweekly/property/RecurrenceDates.html" title="class in biweekly.property">RecurrenceDates</A>&nbsp;recurrenceDates)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of dates/periods that help define the recurrence rule of this
event (if one is defined).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addRelatedTo(biweekly.property.RelatedTo)">addRelatedTo</A></B>(<A HREF="../../biweekly/property/RelatedTo.html" title="class in biweekly.property">RelatedTo</A>&nbsp;relatedTo)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a component that the event is related to.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/RelatedTo.html" title="class in biweekly.property">RelatedTo</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addRelatedTo(java.lang.String)">addRelatedTo</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uid)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a component that the event is related to.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Resources.html" title="class in biweekly.property">Resources</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addResources(java.util.List)">addResources</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;resources)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of resources that are needed for the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addResources(biweekly.property.Resources)">addResources</A></B>(<A HREF="../../biweekly/property/Resources.html" title="class in biweekly.property">Resources</A>&nbsp;resources)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of resources that are needed for the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Resources.html" title="class in biweekly.property">Resources</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#addResources(java.lang.String...)">addResources</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>...&nbsp;resources)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of resources that are needed for the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/component/VAlarm.html" title="class in biweekly.component">VAlarm</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getAlarms()">getAlarms</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the alarms that are assigned to this event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Attachment.html" title="class in biweekly.property">Attachment</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getAttachments()">getAttachments</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets any attachments that are associated with the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Attendee.html" title="class in biweekly.property">Attendee</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getAttendees()">getAttendees</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the people who are attending the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Categories.html" title="class in biweekly.property">Categories</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getCategories()">getCategories</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets a list of "tags" or "keywords" that describe the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Classification.html" title="class in biweekly.property">Classification</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getClassification()">getClassification</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the level of sensitivity of the event data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Comment.html" title="class in biweekly.property">Comment</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getComments()">getComments</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the comments attached to the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Contact.html" title="class in biweekly.property">Contact</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getContacts()">getContacts</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the contacts associated with the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Created.html" title="class in biweekly.property">Created</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getCreated()">getCreated</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the date-time that the event was initially created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/DateEnd.html" title="class in biweekly.property">DateEnd</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getDateEnd()">getDateEnd</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the date that the event ends.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property">DateStart</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getDateStart()">getDateStart</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the date that the event starts.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/DateTimeStamp.html" title="class in biweekly.property">DateTimeStamp</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getDateTimeStamp()">getDateTimeStamp</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets either (a) the creation date of the iCalendar object (if the
<A HREF="../../biweekly/property/Method.html" title="class in biweekly.property"><CODE>Method</CODE></A> property is defined) or (b) the date that the event was
last modified (the <A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property"><CODE>LastModified</CODE></A> property also holds this
information).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Description.html" title="class in biweekly.property">Description</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getDescription()">getDescription</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets a detailed description of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/DurationProperty.html" title="class in biweekly.property">DurationProperty</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getDuration()">getDuration</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the duration of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/ExceptionDates.html" title="class in biweekly.property">ExceptionDates</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getExceptionDates()">getExceptionDates</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the list of exceptions to the recurrence rule defined in the event
(if one is defined).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/ExceptionRule.html" title="class in biweekly.property">ExceptionRule</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getExceptionRules()">getExceptionRules</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Gets the exceptions for the <A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property"><CODE>RecurrenceRule</CODE></A> property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Geo.html" title="class in biweekly.property">Geo</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getGeo()">getGeo</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets a set of geographical coordinates.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property">LastModified</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getLastModified()">getLastModified</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the date-time that the event was last changed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Location.html" title="class in biweekly.property">Location</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getLocation()">getLocation</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the physical location of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Organizer.html" title="class in biweekly.property">Organizer</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getOrganizer()">getOrganizer</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the organizer of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Priority.html" title="class in biweekly.property">Priority</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getPriority()">getPriority</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the priority of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/RecurrenceDates.html" title="class in biweekly.property">RecurrenceDates</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getRecurrenceDates()">getRecurrenceDates</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the list of dates/periods that help define the recurrence rule of
this event (if one is defined).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/RecurrenceId.html" title="class in biweekly.property">RecurrenceId</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getRecurrenceId()">getRecurrenceId</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the original value of the <A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property"><CODE>DateStart</CODE></A> property if the event is
recurring and has been modified.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property">RecurrenceRule</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getRecurrenceRule()">getRecurrenceRule</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets how often the event repeats.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/RelatedTo.html" title="class in biweekly.property">RelatedTo</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getRelatedTo()">getRelatedTo</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the components that the event is related to.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/RequestStatus.html" title="class in biweekly.property">RequestStatus</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getRequestStatus()">getRequestStatus</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the response to a scheduling request.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Resources.html" title="class in biweekly.property">Resources</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getResources()">getResources</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the resources that are needed for the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Sequence.html" title="class in biweekly.property">Sequence</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getSequence()">getSequence</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the revision number of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Status.html" title="class in biweekly.property">Status</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getStatus()">getStatus</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the status of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Summary.html" title="class in biweekly.property">Summary</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getSummary()">getSummary</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the summary of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Transparency.html" title="class in biweekly.property">Transparency</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getTransparency()">getTransparency</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets whether an event is visible to free/busy time searches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Uid.html" title="class in biweekly.property">Uid</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getUid()">getUid</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the unique identifier for this event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Url.html" title="class in biweekly.property">Url</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#getUrl()">getUrl</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets a URL to a resource that contains additional information about the
event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#incrementSequence()">incrementSequence</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Increments the revision number of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setClassification(biweekly.property.Classification)">setClassification</A></B>(<A HREF="../../biweekly/property/Classification.html" title="class in biweekly.property">Classification</A>&nbsp;classification)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the level of sensitivity of the event data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Classification.html" title="class in biweekly.property">Classification</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setClassification(java.lang.String)">setClassification</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;classification)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the level of sensitivity of the event data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setCreated(biweekly.property.Created)">setCreated</A></B>(<A HREF="../../biweekly/property/Created.html" title="class in biweekly.property">Created</A>&nbsp;created)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the date-time that the event was initially created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Created.html" title="class in biweekly.property">Created</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setCreated(java.util.Date)">setCreated</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;created)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the date-time that the event was initially created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/DateEnd.html" title="class in biweekly.property">DateEnd</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setDateEnd(java.util.Date)">setDateEnd</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;dateEnd)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the date that the event ends.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setDateEnd(biweekly.property.DateEnd)">setDateEnd</A></B>(<A HREF="../../biweekly/property/DateEnd.html" title="class in biweekly.property">DateEnd</A>&nbsp;dateEnd)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the date that the event ends.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property">DateStart</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setDateStart(java.util.Date)">setDateStart</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;dateStart)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the date that the event starts (required if no <A HREF="../../biweekly/property/Method.html" title="class in biweekly.property"><CODE>Method</CODE></A>
property is defined).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setDateStart(biweekly.property.DateStart)">setDateStart</A></B>(<A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property">DateStart</A>&nbsp;dateStart)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the date that the event starts (required if no <A HREF="../../biweekly/property/Method.html" title="class in biweekly.property"><CODE>Method</CODE></A>
property is defined).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/DateTimeStamp.html" title="class in biweekly.property">DateTimeStamp</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setDateTimeStamp(java.util.Date)">setDateTimeStamp</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;dateTimeStamp)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets either (a) the creation date of the iCalendar object (if the
<A HREF="../../biweekly/property/Method.html" title="class in biweekly.property"><CODE>Method</CODE></A> property is defined) or (b) the date that the event was
last modified (the <A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property"><CODE>LastModified</CODE></A> property also holds this
information).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setDateTimeStamp(biweekly.property.DateTimeStamp)">setDateTimeStamp</A></B>(<A HREF="../../biweekly/property/DateTimeStamp.html" title="class in biweekly.property">DateTimeStamp</A>&nbsp;dateTimeStamp)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets either (a) the creation date of the iCalendar object (if the
<A HREF="../../biweekly/property/Method.html" title="class in biweekly.property"><CODE>Method</CODE></A> property is defined) or (b) the date that the event was
last modified (the <A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property"><CODE>LastModified</CODE></A> property also holds this
information).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setDescription(biweekly.property.Description)">setDescription</A></B>(<A HREF="../../biweekly/property/Description.html" title="class in biweekly.property">Description</A>&nbsp;description)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets a detailed description of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Description.html" title="class in biweekly.property">Description</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setDescription(java.lang.String)">setDescription</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;description)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets a detailed description of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/DurationProperty.html" title="class in biweekly.property">DurationProperty</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setDuration(biweekly.util.Duration)">setDuration</A></B>(<A HREF="../../biweekly/util/Duration.html" title="class in biweekly.util">Duration</A>&nbsp;duration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the duration of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setDuration(biweekly.property.DurationProperty)">setDuration</A></B>(<A HREF="../../biweekly/property/DurationProperty.html" title="class in biweekly.property">DurationProperty</A>&nbsp;duration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the duration of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setGeo(biweekly.property.Geo)">setGeo</A></B>(<A HREF="../../biweekly/property/Geo.html" title="class in biweekly.property">Geo</A>&nbsp;geo)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets a set of geographical coordinates.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property">LastModified</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setLastModified(java.util.Date)">setLastModified</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;lastModified)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the date-time that the event was last changed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setLastModified(biweekly.property.LastModified)">setLastModified</A></B>(<A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property">LastModified</A>&nbsp;lastModified)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the date-time that event was last changed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setLocation(biweekly.property.Location)">setLocation</A></B>(<A HREF="../../biweekly/property/Location.html" title="class in biweekly.property">Location</A>&nbsp;location)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the physical location of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Location.html" title="class in biweekly.property">Location</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setLocation(java.lang.String)">setLocation</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;location)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the physical location of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setOrganizer(biweekly.property.Organizer)">setOrganizer</A></B>(<A HREF="../../biweekly/property/Organizer.html" title="class in biweekly.property">Organizer</A>&nbsp;organizer)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the organizer of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Organizer.html" title="class in biweekly.property">Organizer</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setOrganizer(java.lang.String)">setOrganizer</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;email)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the organizer of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Priority.html" title="class in biweekly.property">Priority</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setPriority(java.lang.Integer)">setPriority</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</A>&nbsp;priority)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the priority of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setPriority(biweekly.property.Priority)">setPriority</A></B>(<A HREF="../../biweekly/property/Priority.html" title="class in biweekly.property">Priority</A>&nbsp;priority)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the priority of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/RecurrenceId.html" title="class in biweekly.property">RecurrenceId</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setRecurrenceId(java.util.Date)">setRecurrenceId</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;originalStartDate)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the original value of the <A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property"><CODE>DateStart</CODE></A> property if the event is
recurring and has been modified.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setRecurrenceId(biweekly.property.RecurrenceId)">setRecurrenceId</A></B>(<A HREF="../../biweekly/property/RecurrenceId.html" title="class in biweekly.property">RecurrenceId</A>&nbsp;recurrenceId)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the original value of the <A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property"><CODE>DateStart</CODE></A> property if the event is
recurring and has been modified.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property">RecurrenceRule</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setRecurrenceRule(biweekly.util.Recurrence)">setRecurrenceRule</A></B>(<A HREF="../../biweekly/util/Recurrence.html" title="class in biweekly.util">Recurrence</A>&nbsp;recur)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets how often the event repeats.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setRecurrenceRule(biweekly.property.RecurrenceRule)">setRecurrenceRule</A></B>(<A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property">RecurrenceRule</A>&nbsp;recurrenceRule)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets how often the event repeats.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setRequestStatus(biweekly.property.RequestStatus)">setRequestStatus</A></B>(<A HREF="../../biweekly/property/RequestStatus.html" title="class in biweekly.property">RequestStatus</A>&nbsp;requestStatus)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the response to a scheduling request.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Sequence.html" title="class in biweekly.property">Sequence</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setSequence(java.lang.Integer)">setSequence</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</A>&nbsp;sequence)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the revision number of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setSequence(biweekly.property.Sequence)">setSequence</A></B>(<A HREF="../../biweekly/property/Sequence.html" title="class in biweekly.property">Sequence</A>&nbsp;sequence)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the revision number of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setStatus(biweekly.property.Status)">setStatus</A></B>(<A HREF="../../biweekly/property/Status.html" title="class in biweekly.property">Status</A>&nbsp;status)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the status of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Summary.html" title="class in biweekly.property">Summary</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setSummary(java.lang.String)">setSummary</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;summary)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the summary of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setSummary(biweekly.property.Summary)">setSummary</A></B>(<A HREF="../../biweekly/property/Summary.html" title="class in biweekly.property">Summary</A>&nbsp;summary)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the summary of the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Transparency.html" title="class in biweekly.property">Transparency</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setTransparency(java.lang.Boolean)">setTransparency</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;transparent)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets whether an event is visible to free/busy time searches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setTransparency(biweekly.property.Transparency)">setTransparency</A></B>(<A HREF="../../biweekly/property/Transparency.html" title="class in biweekly.property">Transparency</A>&nbsp;transparency)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets whether an event is visible to free/busy time searches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Uid.html" title="class in biweekly.property">Uid</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setUid(java.lang.String)">setUid</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uid)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the unique identifier for this event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setUid(biweekly.property.Uid)">setUid</A></B>(<A HREF="../../biweekly/property/Uid.html" title="class in biweekly.property">Uid</A>&nbsp;uid)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the unique identifier for this event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../biweekly/property/Url.html" title="class in biweekly.property">Url</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setUrl(java.lang.String)">setUrl</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;url)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets a URL to a resource that contains additional information about the
event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#setUrl(biweekly.property.Url)">setUrl</A></B>(<A HREF="../../biweekly/property/Url.html" title="class in biweekly.property">Url</A>&nbsp;url)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets a URL to a resource that contains additional information about the
event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../biweekly/component/VEvent.html#validate(java.util.List, java.util.List)">validate</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/component/ICalComponent.html" title="class in biweekly.component">ICalComponent</A>&gt;&nbsp;components,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;warnings)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks the component for data consistency problems or deviations from the
spec.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_biweekly.component.ICalComponent"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class biweekly.component.<A HREF="../../biweekly/component/ICalComponent.html" title="class in biweekly.component">ICalComponent</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../biweekly/component/ICalComponent.html#addComponent(biweekly.component.ICalComponent)">addComponent</A>, <A HREF="../../biweekly/component/ICalComponent.html#addExperimentalComponent(java.lang.String)">addExperimentalComponent</A>, <A HREF="../../biweekly/component/ICalComponent.html#addExperimentalProperty(java.lang.String, biweekly.ICalDataType, java.lang.String)">addExperimentalProperty</A>, <A HREF="../../biweekly/component/ICalComponent.html#addExperimentalProperty(java.lang.String, java.lang.String)">addExperimentalProperty</A>, <A HREF="../../biweekly/component/ICalComponent.html#addProperty(biweekly.property.ICalProperty)">addProperty</A>, <A HREF="../../biweekly/component/ICalComponent.html#checkOptionalCardinality(java.util.List, java.lang.Class...)">checkOptionalCardinality</A>, <A HREF="../../biweekly/component/ICalComponent.html#checkRequiredCardinality(java.util.List, java.lang.Class...)">checkRequiredCardinality</A>, <A HREF="../../biweekly/component/ICalComponent.html#getComponent(java.lang.Class)">getComponent</A>, <A HREF="../../biweekly/component/ICalComponent.html#getComponents()">getComponents</A>, <A HREF="../../biweekly/component/ICalComponent.html#getComponents(java.lang.Class)">getComponents</A>, <A HREF="../../biweekly/component/ICalComponent.html#getExperimentalComponent(java.lang.String)">getExperimentalComponent</A>, <A HREF="../../biweekly/component/ICalComponent.html#getExperimentalComponents()">getExperimentalComponents</A>, <A HREF="../../biweekly/component/ICalComponent.html#getExperimentalComponents(java.lang.String)">getExperimentalComponents</A>, <A HREF="../../biweekly/component/ICalComponent.html#getExperimentalProperties()">getExperimentalProperties</A>, <A HREF="../../biweekly/component/ICalComponent.html#getExperimentalProperties(java.lang.String)">getExperimentalProperties</A>, <A HREF="../../biweekly/component/ICalComponent.html#getExperimentalProperty(java.lang.String)">getExperimentalProperty</A>, <A HREF="../../biweekly/component/ICalComponent.html#getProperties()">getProperties</A>, <A HREF="../../biweekly/component/ICalComponent.html#getProperties(java.lang.Class)">getProperties</A>, <A HREF="../../biweekly/component/ICalComponent.html#getProperty(java.lang.Class)">getProperty</A>, <A HREF="../../biweekly/component/ICalComponent.html#removeExperimentalComponents(java.lang.String)">removeExperimentalComponents</A>, <A HREF="../../biweekly/component/ICalComponent.html#removeExperimentalProperty(java.lang.String)">removeExperimentalProperty</A>, <A HREF="../../biweekly/component/ICalComponent.html#removeProperties(java.lang.Class)">removeProperties</A>, <A HREF="../../biweekly/component/ICalComponent.html#setComponent(java.lang.Class, T)">setComponent</A>, <A HREF="../../biweekly/component/ICalComponent.html#setComponent(biweekly.component.ICalComponent)">setComponent</A>, <A HREF="../../biweekly/component/ICalComponent.html#setExperimentalComponents(java.lang.String)">setExperimentalComponents</A>, <A HREF="../../biweekly/component/ICalComponent.html#setExperimentalProperty(java.lang.String, biweekly.ICalDataType, java.lang.String)">setExperimentalProperty</A>, <A HREF="../../biweekly/component/ICalComponent.html#setExperimentalProperty(java.lang.String, java.lang.String)">setExperimentalProperty</A>, <A HREF="../../biweekly/component/ICalComponent.html#setProperty(java.lang.Class, T)">setProperty</A>, <A HREF="../../biweekly/component/ICalComponent.html#setProperty(biweekly.property.ICalProperty)">setProperty</A>, <A HREF="../../biweekly/component/ICalComponent.html#validate(java.util.List)">validate</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="VEvent()"><!-- --></A><H3>
VEvent</H3>
<PRE>
public <A HREF="../../src-html/biweekly/component/VEvent.html#line.103"><B>VEvent</B></A>()</PRE>
<DL>
<DD><p>
Creates a new event.
</p>
<p>
The following properties are auto-generated on object creation. These
properties <b>must</b> be present in order for the event to be valid:
<ul>
<li><A HREF="../../biweekly/property/Uid.html" title="class in biweekly.property"><CODE>Uid</CODE></A> - Set to a UUID.</li>
<li><A HREF="../../biweekly/property/DateTimeStamp.html" title="class in biweekly.property"><CODE>DateTimeStamp</CODE></A> - Set to the current date-time.</li>
</ul>
</p>
<P>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getUid()"><!-- --></A><H3>
getUid</H3>
<PRE>
public <A HREF="../../biweekly/property/Uid.html" title="class in biweekly.property">Uid</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.114"><B>getUid</B></A>()</PRE>
<DL>
<DD>Gets the unique identifier for this event. This component object comes
populated with a UID on creation. This is a <b>required</b> property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the UID or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-117">RFC 5545 p.117-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setUid(biweekly.property.Uid)"><!-- --></A><H3>
setUid</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.124"><B>setUid</B></A>(<A HREF="../../biweekly/property/Uid.html" title="class in biweekly.property">Uid</A>&nbsp;uid)</PRE>
<DL>
<DD>Sets the unique identifier for this event. This component object comes
populated with a UID on creation. This is a <b>required</b> property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uid</CODE> - the UID or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-117">RFC 5545 p.117-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setUid(java.lang.String)"><!-- --></A><H3>
setUid</H3>
<PRE>
public <A HREF="../../biweekly/property/Uid.html" title="class in biweekly.property">Uid</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.135"><B>setUid</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uid)</PRE>
<DL>
<DD>Sets the unique identifier for this event. This component object comes
populated with a UID on creation. This is a <b>required</b> property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uid</CODE> - the UID or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-117">RFC 5545 p.117-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getDateTimeStamp()"><!-- --></A><H3>
getDateTimeStamp</H3>
<PRE>
public <A HREF="../../biweekly/property/DateTimeStamp.html" title="class in biweekly.property">DateTimeStamp</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.151"><B>getDateTimeStamp</B></A>()</PRE>
<DL>
<DD>Gets either (a) the creation date of the iCalendar object (if the
<A HREF="../../biweekly/property/Method.html" title="class in biweekly.property"><CODE>Method</CODE></A> property is defined) or (b) the date that the event was
last modified (the <A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property"><CODE>LastModified</CODE></A> property also holds this
information). This event object comes populated with a
<A HREF="../../biweekly/property/DateTimeStamp.html" title="class in biweekly.property"><CODE>DateTimeStamp</CODE></A> property that is set to the current time. This is a
<b>required</b> property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the date time stamp or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-137">RFC 5545 p.137-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setDateTimeStamp(biweekly.property.DateTimeStamp)"><!-- --></A><H3>
setDateTimeStamp</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.165"><B>setDateTimeStamp</B></A>(<A HREF="../../biweekly/property/DateTimeStamp.html" title="class in biweekly.property">DateTimeStamp</A>&nbsp;dateTimeStamp)</PRE>
<DL>
<DD>Sets either (a) the creation date of the iCalendar object (if the
<A HREF="../../biweekly/property/Method.html" title="class in biweekly.property"><CODE>Method</CODE></A> property is defined) or (b) the date that the event was
last modified (the <A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property"><CODE>LastModified</CODE></A> property also holds this
information). This event object comes populated with a
<A HREF="../../biweekly/property/DateTimeStamp.html" title="class in biweekly.property"><CODE>DateTimeStamp</CODE></A> property that is set to the current time. This is a
<b>required</b> property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>dateTimeStamp</CODE> - the date time stamp or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-137">RFC 5545 p.137-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setDateTimeStamp(java.util.Date)"><!-- --></A><H3>
setDateTimeStamp</H3>
<PRE>
public <A HREF="../../biweekly/property/DateTimeStamp.html" title="class in biweekly.property">DateTimeStamp</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.180"><B>setDateTimeStamp</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;dateTimeStamp)</PRE>
<DL>
<DD>Sets either (a) the creation date of the iCalendar object (if the
<A HREF="../../biweekly/property/Method.html" title="class in biweekly.property"><CODE>Method</CODE></A> property is defined) or (b) the date that the event was
last modified (the <A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property"><CODE>LastModified</CODE></A> property also holds this
information). This event object comes populated with a
<A HREF="../../biweekly/property/DateTimeStamp.html" title="class in biweekly.property"><CODE>DateTimeStamp</CODE></A> property that is set to the current time. This is a
<b>required</b> property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>dateTimeStamp</CODE> - the date time stamp or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-137">RFC 5545 p.137-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getDateStart()"><!-- --></A><H3>
getDateStart</H3>
<PRE>
public <A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property">DateStart</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.191"><B>getDateStart</B></A>()</PRE>
<DL>
<DD>Gets the date that the event starts.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the start date or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-97">RFC 5545 p.97-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setDateStart(biweekly.property.DateStart)"><!-- --></A><H3>
setDateStart</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.201"><B>setDateStart</B></A>(<A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property">DateStart</A>&nbsp;dateStart)</PRE>
<DL>
<DD>Sets the date that the event starts (required if no <A HREF="../../biweekly/property/Method.html" title="class in biweekly.property"><CODE>Method</CODE></A>
property is defined).
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>dateStart</CODE> - the start date or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-97">RFC 5545 p.97-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setDateStart(java.util.Date)"><!-- --></A><H3>
setDateStart</H3>
<PRE>
public <A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property">DateStart</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.212"><B>setDateStart</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;dateStart)</PRE>
<DL>
<DD>Sets the date that the event starts (required if no <A HREF="../../biweekly/property/Method.html" title="class in biweekly.property"><CODE>Method</CODE></A>
property is defined).
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>dateStart</CODE> - the start date or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-97">RFC 5545 p.97-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getClassification()"><!-- --></A><H3>
getClassification</H3>
<PRE>
public <A HREF="../../biweekly/property/Classification.html" title="class in biweekly.property">Classification</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.224"><B>getClassification</B></A>()</PRE>
<DL>
<DD>Gets the level of sensitivity of the event data. If not specified, the
data within the event should be considered "public".
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the classification level or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-82">RFC 5545 p.82-3</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setClassification(biweekly.property.Classification)"><!-- --></A><H3>
setClassification</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.234"><B>setClassification</B></A>(<A HREF="../../biweekly/property/Classification.html" title="class in biweekly.property">Classification</A>&nbsp;classification)</PRE>
<DL>
<DD>Sets the level of sensitivity of the event data. If not specified, the
data within the event should be considered "public".
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>classification</CODE> - the classification level or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-82">RFC 5545 p.82-3</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setClassification(java.lang.String)"><!-- --></A><H3>
setClassification</H3>
<PRE>
public <A HREF="../../biweekly/property/Classification.html" title="class in biweekly.property">Classification</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.246"><B>setClassification</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;classification)</PRE>
<DL>
<DD>Sets the level of sensitivity of the event data. If not specified, the
data within the event should be considered "public".
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>classification</CODE> - the classification level (e.g. "CONFIDENTIAL") or
null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-82">RFC 5545 p.82-3</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getDescription()"><!-- --></A><H3>
getDescription</H3>
<PRE>
public <A HREF="../../biweekly/property/Description.html" title="class in biweekly.property">Description</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.258"><B>getDescription</B></A>()</PRE>
<DL>
<DD>Gets a detailed description of the event. The description should be more
detailed than the one provided by the <A HREF="../../biweekly/property/Summary.html" title="class in biweekly.property"><CODE>Summary</CODE></A> property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the description or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-84">RFC 5545 p.84-5</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setDescription(biweekly.property.Description)"><!-- --></A><H3>
setDescription</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.268"><B>setDescription</B></A>(<A HREF="../../biweekly/property/Description.html" title="class in biweekly.property">Description</A>&nbsp;description)</PRE>
<DL>
<DD>Sets a detailed description of the event. The description should be more
detailed than the one provided by the <A HREF="../../biweekly/property/Summary.html" title="class in biweekly.property"><CODE>Summary</CODE></A> property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>description</CODE> - the description or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-84">RFC 5545 p.84-5</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setDescription(java.lang.String)"><!-- --></A><H3>
setDescription</H3>
<PRE>
public <A HREF="../../biweekly/property/Description.html" title="class in biweekly.property">Description</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.279"><B>setDescription</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;description)</PRE>
<DL>
<DD>Sets a detailed description of the event. The description should be more
detailed than the one provided by the <A HREF="../../biweekly/property/Summary.html" title="class in biweekly.property"><CODE>Summary</CODE></A> property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>description</CODE> - the description or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-84">RFC 5545 p.84-5</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getGeo()"><!-- --></A><H3>
getGeo</H3>
<PRE>
public <A HREF="../../biweekly/property/Geo.html" title="class in biweekly.property">Geo</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.290"><B>getGeo</B></A>()</PRE>
<DL>
<DD>Gets a set of geographical coordinates.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the geographical coordinates or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-85">RFC 5545 p.85-7</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setGeo(biweekly.property.Geo)"><!-- --></A><H3>
setGeo</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.299"><B>setGeo</B></A>(<A HREF="../../biweekly/property/Geo.html" title="class in biweekly.property">Geo</A>&nbsp;geo)</PRE>
<DL>
<DD>Sets a set of geographical coordinates.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>geo</CODE> - the geographical coordinates or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-85">RFC 5545 p.85-7</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getLocation()"><!-- --></A><H3>
getLocation</H3>
<PRE>
public <A HREF="../../biweekly/property/Location.html" title="class in biweekly.property">Location</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.308"><B>getLocation</B></A>()</PRE>
<DL>
<DD>Gets the physical location of the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the location or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-87">RFC 5545 p.87-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setLocation(biweekly.property.Location)"><!-- --></A><H3>
setLocation</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.317"><B>setLocation</B></A>(<A HREF="../../biweekly/property/Location.html" title="class in biweekly.property">Location</A>&nbsp;location)</PRE>
<DL>
<DD>Sets the physical location of the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>location</CODE> - the location or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-87">RFC 5545 p.87-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setLocation(java.lang.String)"><!-- --></A><H3>
setLocation</H3>
<PRE>
public <A HREF="../../biweekly/property/Location.html" title="class in biweekly.property">Location</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.327"><B>setLocation</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;location)</PRE>
<DL>
<DD>Sets the physical location of the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>location</CODE> - the location (e.g. "Room 101") or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-87">RFC 5545 p.87-8</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getPriority()"><!-- --></A><H3>
getPriority</H3>
<PRE>
public <A HREF="../../biweekly/property/Priority.html" title="class in biweekly.property">Priority</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.338"><B>getPriority</B></A>()</PRE>
<DL>
<DD>Gets the priority of the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the priority or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-89">RFC 5545 p.89-90</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setPriority(biweekly.property.Priority)"><!-- --></A><H3>
setPriority</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.347"><B>setPriority</B></A>(<A HREF="../../biweekly/property/Priority.html" title="class in biweekly.property">Priority</A>&nbsp;priority)</PRE>
<DL>
<DD>Sets the priority of the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>priority</CODE> - the priority or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-89">RFC 5545 p.89-90</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setPriority(java.lang.Integer)"><!-- --></A><H3>
setPriority</H3>
<PRE>
public <A HREF="../../biweekly/property/Priority.html" title="class in biweekly.property">Priority</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.358"><B>setPriority</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</A>&nbsp;priority)</PRE>
<DL>
<DD>Sets the priority of the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>priority</CODE> - the priority ("0" is undefined, "1" is the highest, "9"
is the lowest) or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-89">RFC 5545 p.89-90</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getStatus()"><!-- --></A><H3>
getStatus</H3>
<PRE>
public <A HREF="../../biweekly/property/Status.html" title="class in biweekly.property">Status</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.369"><B>getStatus</B></A>()</PRE>
<DL>
<DD>Gets the status of the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the status or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-92">RFC 5545 p.92-3</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setStatus(biweekly.property.Status)"><!-- --></A><H3>
setStatus</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.386"><B>setStatus</B></A>(<A HREF="../../biweekly/property/Status.html" title="class in biweekly.property">Status</A>&nbsp;status)</PRE>
<DL>
<DD>Sets the status of the event.
<p>
Valid event status codes are:
<ul>
<li>TENTATIVE</li>
<li>CONFIRMED</li>
<li>CANCELLED</li>
</ul>
</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>status</CODE> - the status or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-92">RFC 5545 p.92-3</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getSummary()"><!-- --></A><H3>
getSummary</H3>
<PRE>
public <A HREF="../../biweekly/property/Summary.html" title="class in biweekly.property">Summary</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.395"><B>getSummary</B></A>()</PRE>
<DL>
<DD>Gets the summary of the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the summary or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-93">RFC 5545 p.93-4</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setSummary(biweekly.property.Summary)"><!-- --></A><H3>
setSummary</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.404"><B>setSummary</B></A>(<A HREF="../../biweekly/property/Summary.html" title="class in biweekly.property">Summary</A>&nbsp;summary)</PRE>
<DL>
<DD>Sets the summary of the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>summary</CODE> - the summary or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-93">RFC 5545 p.93-4</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setSummary(java.lang.String)"><!-- --></A><H3>
setSummary</H3>
<PRE>
public <A HREF="../../biweekly/property/Summary.html" title="class in biweekly.property">Summary</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.414"><B>setSummary</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;summary)</PRE>
<DL>
<DD>Sets the summary of the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>summary</CODE> - the summary or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-93">RFC 5545 p.93-4</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getTransparency()"><!-- --></A><H3>
getTransparency</H3>
<PRE>
public <A HREF="../../biweekly/property/Transparency.html" title="class in biweekly.property">Transparency</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.426"><B>getTransparency</B></A>()</PRE>
<DL>
<DD>Gets whether an event is visible to free/busy time searches. If the event
does not have this property, it should be considered visible ("opaque").
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the transparency or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-101">RFC 5545 p.101-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setTransparency(biweekly.property.Transparency)"><!-- --></A><H3>
setTransparency</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.435"><B>setTransparency</B></A>(<A HREF="../../biweekly/property/Transparency.html" title="class in biweekly.property">Transparency</A>&nbsp;transparency)</PRE>
<DL>
<DD>Sets whether an event is visible to free/busy time searches.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>transparency</CODE> - the transparency or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-101">RFC 5545 p.101-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setTransparency(java.lang.Boolean)"><!-- --></A><H3>
setTransparency</H3>
<PRE>
public <A HREF="../../biweekly/property/Transparency.html" title="class in biweekly.property">Transparency</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.446"><B>setTransparency</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;transparent)</PRE>
<DL>
<DD>Sets whether an event is visible to free/busy time searches.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>transparent</CODE> - true to hide the event, false to make it visible it,
or null to remove the property
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-101">RFC 5545 p.101-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getOrganizer()"><!-- --></A><H3>
getOrganizer</H3>
<PRE>
public <A HREF="../../biweekly/property/Organizer.html" title="class in biweekly.property">Organizer</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.460"><B>getOrganizer</B></A>()</PRE>
<DL>
<DD>Gets the organizer of the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the organizer or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-111">RFC 5545 p.111-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setOrganizer(biweekly.property.Organizer)"><!-- --></A><H3>
setOrganizer</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.469"><B>setOrganizer</B></A>(<A HREF="../../biweekly/property/Organizer.html" title="class in biweekly.property">Organizer</A>&nbsp;organizer)</PRE>
<DL>
<DD>Sets the organizer of the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>organizer</CODE> - the organizer or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-111">RFC 5545 p.111-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setOrganizer(java.lang.String)"><!-- --></A><H3>
setOrganizer</H3>
<PRE>
public <A HREF="../../biweekly/property/Organizer.html" title="class in biweekly.property">Organizer</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.480"><B>setOrganizer</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;email)</PRE>
<DL>
<DD>Sets the organizer of the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>email</CODE> - the organizer's email address (e.g. "johndoe@example.com")
or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-111">RFC 5545 p.111-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getRecurrenceId()"><!-- --></A><H3>
getRecurrenceId</H3>
<PRE>
public <A HREF="../../biweekly/property/RecurrenceId.html" title="class in biweekly.property">RecurrenceId</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.494"><B>getRecurrenceId</B></A>()</PRE>
<DL>
<DD>Gets the original value of the <A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property"><CODE>DateStart</CODE></A> property if the event is
recurring and has been modified. Used in conjunction with the <A HREF="../../biweekly/property/Uid.html" title="class in biweekly.property"><CODE>Uid</CODE></A>
and <A HREF="../../biweekly/property/Sequence.html" title="class in biweekly.property"><CODE>Sequence</CODE></A> properties to uniquely identify a recurrence
instance.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the recurrence ID or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-112">RFC 5545 p.112-4</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setRecurrenceId(biweekly.property.RecurrenceId)"><!-- --></A><H3>
setRecurrenceId</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.506"><B>setRecurrenceId</B></A>(<A HREF="../../biweekly/property/RecurrenceId.html" title="class in biweekly.property">RecurrenceId</A>&nbsp;recurrenceId)</PRE>
<DL>
<DD>Sets the original value of the <A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property"><CODE>DateStart</CODE></A> property if the event is
recurring and has been modified. Used in conjunction with the <A HREF="../../biweekly/property/Uid.html" title="class in biweekly.property"><CODE>Uid</CODE></A>
and <A HREF="../../biweekly/property/Sequence.html" title="class in biweekly.property"><CODE>Sequence</CODE></A> properties to uniquely identify a recurrence
instance.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>recurrenceId</CODE> - the recurrence ID or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-112">RFC 5545 p.112-4</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setRecurrenceId(java.util.Date)"><!-- --></A><H3>
setRecurrenceId</H3>
<PRE>
public <A HREF="../../biweekly/property/RecurrenceId.html" title="class in biweekly.property">RecurrenceId</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.519"><B>setRecurrenceId</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;originalStartDate)</PRE>
<DL>
<DD>Sets the original value of the <A HREF="../../biweekly/property/DateStart.html" title="class in biweekly.property"><CODE>DateStart</CODE></A> property if the event is
recurring and has been modified. Used in conjunction with the <A HREF="../../biweekly/property/Uid.html" title="class in biweekly.property"><CODE>Uid</CODE></A>
and <A HREF="../../biweekly/property/Sequence.html" title="class in biweekly.property"><CODE>Sequence</CODE></A> properties to uniquely identify a recurrence
instance.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>originalStartDate</CODE> - the original start date or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-112">RFC 5545 p.112-4</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getUrl()"><!-- --></A><H3>
getUrl</H3>
<PRE>
public <A HREF="../../biweekly/property/Url.html" title="class in biweekly.property">Url</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.531"><B>getUrl</B></A>()</PRE>
<DL>
<DD>Gets a URL to a resource that contains additional information about the
event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the URL or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-116">RFC 5545 p.116-7</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setUrl(biweekly.property.Url)"><!-- --></A><H3>
setUrl</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.541"><B>setUrl</B></A>(<A HREF="../../biweekly/property/Url.html" title="class in biweekly.property">Url</A>&nbsp;url)</PRE>
<DL>
<DD>Sets a URL to a resource that contains additional information about the
event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>url</CODE> - the URL or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-116">RFC 5545 p.116-7</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setUrl(java.lang.String)"><!-- --></A><H3>
setUrl</H3>
<PRE>
public <A HREF="../../biweekly/property/Url.html" title="class in biweekly.property">Url</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.553"><B>setUrl</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;url)</PRE>
<DL>
<DD>Sets a URL to a resource that contains additional information about the
event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>url</CODE> - the URL (e.g. "http://example.com/resource.ics") or null to
remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-116">RFC 5545 p.116-7</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getRecurrenceRule()"><!-- --></A><H3>
getRecurrenceRule</H3>
<PRE>
public <A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property">RecurrenceRule</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.564"><B>getRecurrenceRule</B></A>()</PRE>
<DL>
<DD>Gets how often the event repeats.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the recurrence rule or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-122">RFC 5545 p.122-32</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setRecurrenceRule(biweekly.util.Recurrence)"><!-- --></A><H3>
setRecurrenceRule</H3>
<PRE>
public <A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property">RecurrenceRule</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.574"><B>setRecurrenceRule</B></A>(<A HREF="../../biweekly/util/Recurrence.html" title="class in biweekly.util">Recurrence</A>&nbsp;recur)</PRE>
<DL>
<DD>Sets how often the event repeats.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>recur</CODE> - the recurrence rule or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-122">RFC 5545 p.122-32</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setRecurrenceRule(biweekly.property.RecurrenceRule)"><!-- --></A><H3>
setRecurrenceRule</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.585"><B>setRecurrenceRule</B></A>(<A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property">RecurrenceRule</A>&nbsp;recurrenceRule)</PRE>
<DL>
<DD>Sets how often the event repeats.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>recurrenceRule</CODE> - the recurrence rule or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-122">RFC 5545 p.122-32</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getDateEnd()"><!-- --></A><H3>
getDateEnd</H3>
<PRE>
public <A HREF="../../biweekly/property/DateEnd.html" title="class in biweekly.property">DateEnd</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.594"><B>getDateEnd</B></A>()</PRE>
<DL>
<DD>Gets the date that the event ends.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the end date or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-95">RFC 5545 p.95-6</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setDateEnd(biweekly.property.DateEnd)"><!-- --></A><H3>
setDateEnd</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.604"><B>setDateEnd</B></A>(<A HREF="../../biweekly/property/DateEnd.html" title="class in biweekly.property">DateEnd</A>&nbsp;dateEnd)</PRE>
<DL>
<DD>Sets the date that the event ends. This must NOT be set if a
<A HREF="../../biweekly/property/DurationProperty.html" title="class in biweekly.property"><CODE>DurationProperty</CODE></A> is defined.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>dateEnd</CODE> - the end date or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-95">RFC 5545 p.95-6</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setDateEnd(java.util.Date)"><!-- --></A><H3>
setDateEnd</H3>
<PRE>
public <A HREF="../../biweekly/property/DateEnd.html" title="class in biweekly.property">DateEnd</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.615"><B>setDateEnd</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;dateEnd)</PRE>
<DL>
<DD>Sets the date that the event ends. This must NOT be set if a
<A HREF="../../biweekly/property/DurationProperty.html" title="class in biweekly.property"><CODE>DurationProperty</CODE></A> is defined.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>dateEnd</CODE> - the end date or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-95">RFC 5545 p.95-6</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getDuration()"><!-- --></A><H3>
getDuration</H3>
<PRE>
public <A HREF="../../biweekly/property/DurationProperty.html" title="class in biweekly.property">DurationProperty</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.626"><B>getDuration</B></A>()</PRE>
<DL>
<DD>Gets the duration of the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the duration or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-99">RFC 5545 p.99</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setDuration(biweekly.property.DurationProperty)"><!-- --></A><H3>
setDuration</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.636"><B>setDuration</B></A>(<A HREF="../../biweekly/property/DurationProperty.html" title="class in biweekly.property">DurationProperty</A>&nbsp;duration)</PRE>
<DL>
<DD>Sets the duration of the event. This must NOT be set if a <A HREF="../../biweekly/property/DateEnd.html" title="class in biweekly.property"><CODE>DateEnd</CODE></A>
is defined.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>duration</CODE> - the duration or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-99">RFC 5545 p.99</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setDuration(biweekly.util.Duration)"><!-- --></A><H3>
setDuration</H3>
<PRE>
public <A HREF="../../biweekly/property/DurationProperty.html" title="class in biweekly.property">DurationProperty</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.647"><B>setDuration</B></A>(<A HREF="../../biweekly/util/Duration.html" title="class in biweekly.util">Duration</A>&nbsp;duration)</PRE>
<DL>
<DD>Sets the duration of the event. This must NOT be set if a <A HREF="../../biweekly/property/DateEnd.html" title="class in biweekly.property"><CODE>DateEnd</CODE></A>
is defined.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>duration</CODE> - the duration or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-99">RFC 5545 p.99</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getCreated()"><!-- --></A><H3>
getCreated</H3>
<PRE>
public <A HREF="../../biweekly/property/Created.html" title="class in biweekly.property">Created</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.658"><B>getCreated</B></A>()</PRE>
<DL>
<DD>Gets the date-time that the event was initially created.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the creation date-time or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-136">RFC 5545 p.136</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setCreated(biweekly.property.Created)"><!-- --></A><H3>
setCreated</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.667"><B>setCreated</B></A>(<A HREF="../../biweekly/property/Created.html" title="class in biweekly.property">Created</A>&nbsp;created)</PRE>
<DL>
<DD>Sets the date-time that the event was initially created.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>created</CODE> - the creation date-time or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-136">RFC 5545 p.136</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setCreated(java.util.Date)"><!-- --></A><H3>
setCreated</H3>
<PRE>
public <A HREF="../../biweekly/property/Created.html" title="class in biweekly.property">Created</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.677"><B>setCreated</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;created)</PRE>
<DL>
<DD>Sets the date-time that the event was initially created.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>created</CODE> - the creation date-time or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-136">RFC 5545 p.136</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getLastModified()"><!-- --></A><H3>
getLastModified</H3>
<PRE>
public <A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property">LastModified</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.688"><B>getLastModified</B></A>()</PRE>
<DL>
<DD>Gets the date-time that the event was last changed.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the last modified date or null if not set<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-138">RFC 5545 p.138</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setLastModified(biweekly.property.LastModified)"><!-- --></A><H3>
setLastModified</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.697"><B>setLastModified</B></A>(<A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property">LastModified</A>&nbsp;lastModified)</PRE>
<DL>
<DD>Sets the date-time that event was last changed.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>lastModified</CODE> - the last modified date or null to remove<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-138">RFC 5545 p.138</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setLastModified(java.util.Date)"><!-- --></A><H3>
setLastModified</H3>
<PRE>
public <A HREF="../../biweekly/property/LastModified.html" title="class in biweekly.property">LastModified</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.707"><B>setLastModified</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;lastModified)</PRE>
<DL>
<DD>Sets the date-time that the event was last changed.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>lastModified</CODE> - the last modified date or null to remove
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-138">RFC 5545 p.138</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getSequence()"><!-- --></A><H3>
getSequence</H3>
<PRE>
public <A HREF="../../biweekly/property/Sequence.html" title="class in biweekly.property">Sequence</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.719"><B>getSequence</B></A>()</PRE>
<DL>
<DD>Gets the revision number of the event. The organizer can increment this
number every time he or she makes a significant change.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the sequence number<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-138">RFC 5545 p.138-9</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setSequence(biweekly.property.Sequence)"><!-- --></A><H3>
setSequence</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.729"><B>setSequence</B></A>(<A HREF="../../biweekly/property/Sequence.html" title="class in biweekly.property">Sequence</A>&nbsp;sequence)</PRE>
<DL>
<DD>Sets the revision number of the event. The organizer can increment this
number every time he or she makes a significant change.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sequence</CODE> - the sequence number<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-138">RFC 5545 p.138-9</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setSequence(java.lang.Integer)"><!-- --></A><H3>
setSequence</H3>
<PRE>
public <A HREF="../../biweekly/property/Sequence.html" title="class in biweekly.property">Sequence</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.740"><B>setSequence</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</A>&nbsp;sequence)</PRE>
<DL>
<DD>Sets the revision number of the event. The organizer can increment this
number every time he or she makes a significant change.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sequence</CODE> - the sequence number
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-138">RFC 5545 p.138-9</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="incrementSequence()"><!-- --></A><H3>
incrementSequence</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.751"><B>incrementSequence</B></A>()</PRE>
<DL>
<DD>Increments the revision number of the event. The organizer can increment
this number every time he or she makes a significant change.
<P>
<DD><DL>
<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-138">RFC 5545 p.138-9</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getAttachments()"><!-- --></A><H3>
getAttachments</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Attachment.html" title="class in biweekly.property">Attachment</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.765"><B>getAttachments</B></A>()</PRE>
<DL>
<DD>Gets any attachments that are associated with the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the attachments<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-80">RFC 5545 p.80-1</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addAttachment(biweekly.property.Attachment)"><!-- --></A><H3>
addAttachment</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.774"><B>addAttachment</B></A>(<A HREF="../../biweekly/property/Attachment.html" title="class in biweekly.property">Attachment</A>&nbsp;attachment)</PRE>
<DL>
<DD>Adds an attachment to the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>attachment</CODE> - the attachment to add<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-80">RFC 5545 p.80-1</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getAttendees()"><!-- --></A><H3>
getAttendees</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Attendee.html" title="class in biweekly.property">Attendee</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.783"><B>getAttendees</B></A>()</PRE>
<DL>
<DD>Gets the people who are attending the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the attendees<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-107">RFC 5545 p.107-9</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addAttendee(biweekly.property.Attendee)"><!-- --></A><H3>
addAttendee</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.792"><B>addAttendee</B></A>(<A HREF="../../biweekly/property/Attendee.html" title="class in biweekly.property">Attendee</A>&nbsp;attendee)</PRE>
<DL>
<DD>Adds a person who is attending the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>attendee</CODE> - the attendee<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-107">RFC 5545 p.107-9</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addAttendee(java.lang.String)"><!-- --></A><H3>
addAttendee</H3>
<PRE>
public <A HREF="../../biweekly/property/Attendee.html" title="class in biweekly.property">Attendee</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.802"><B>addAttendee</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;email)</PRE>
<DL>
<DD>Adds a person who is attending the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>email</CODE> - the attendee's email address
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-107">RFC 5545 p.107-9</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getCategories()"><!-- --></A><H3>
getCategories</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Categories.html" title="class in biweekly.property">Categories</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.813"><B>getCategories</B></A>()</PRE>
<DL>
<DD>Gets a list of "tags" or "keywords" that describe the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the categories<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-81">RFC 5545 p.81-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addCategories(biweekly.property.Categories)"><!-- --></A><H3>
addCategories</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.823"><B>addCategories</B></A>(<A HREF="../../biweekly/property/Categories.html" title="class in biweekly.property">Categories</A>&nbsp;categories)</PRE>
<DL>
<DD>Adds a list of "tags" or "keywords" that describe the event. Note that a
single property can hold multiple keywords.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>categories</CODE> - the categories to add<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-81">RFC 5545 p.81-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addCategories(java.lang.String...)"><!-- --></A><H3>
addCategories</H3>
<PRE>
public <A HREF="../../biweekly/property/Categories.html" title="class in biweekly.property">Categories</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.833"><B>addCategories</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>...&nbsp;categories)</PRE>
<DL>
<DD>Adds a list of "tags" or "keywords" that describe the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>categories</CODE> - the categories to add
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-81">RFC 5545 p.81-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addCategories(java.util.List)"><!-- --></A><H3>
addCategories</H3>
<PRE>
public <A HREF="../../biweekly/property/Categories.html" title="class in biweekly.property">Categories</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.845"><B>addCategories</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;categories)</PRE>
<DL>
<DD>Adds a list of "tags" or "keywords" that describe the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>categories</CODE> - the categories to add
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-81">RFC 5545 p.81-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getComments()"><!-- --></A><H3>
getComments</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Comment.html" title="class in biweekly.property">Comment</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.856"><B>getComments</B></A>()</PRE>
<DL>
<DD>Gets the comments attached to the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the comments<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-83">RFC 5545 p.83-4</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addComment(biweekly.property.Comment)"><!-- --></A><H3>
addComment</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.865"><B>addComment</B></A>(<A HREF="../../biweekly/property/Comment.html" title="class in biweekly.property">Comment</A>&nbsp;comment)</PRE>
<DL>
<DD>Adds a comment to the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>comment</CODE> - the comment to add<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-83">RFC 5545 p.83-4</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addComment(java.lang.String)"><!-- --></A><H3>
addComment</H3>
<PRE>
public <A HREF="../../biweekly/property/Comment.html" title="class in biweekly.property">Comment</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.875"><B>addComment</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;comment)</PRE>
<DL>
<DD>Adds a comment to the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>comment</CODE> - the comment to add
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-83">RFC 5545 p.83-4</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getContacts()"><!-- --></A><H3>
getContacts</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Contact.html" title="class in biweekly.property">Contact</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.886"><B>getContacts</B></A>()</PRE>
<DL>
<DD>Gets the contacts associated with the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the contacts<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-109">RFC 5545 p.109-11</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addContact(biweekly.property.Contact)"><!-- --></A><H3>
addContact</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.895"><B>addContact</B></A>(<A HREF="../../biweekly/property/Contact.html" title="class in biweekly.property">Contact</A>&nbsp;contact)</PRE>
<DL>
<DD>Adds a contact to the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>contact</CODE> - the contact<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-109">RFC 5545 p.109-11</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addContact(java.lang.String)"><!-- --></A><H3>
addContact</H3>
<PRE>
public <A HREF="../../biweekly/property/Contact.html" title="class in biweekly.property">Contact</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.905"><B>addContact</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;contact)</PRE>
<DL>
<DD>Adds a contact to the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>contact</CODE> - the contact (e.g. "ACME Co - (123) 555-1234")
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-109">RFC 5545 p.109-11</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getExceptionDates()"><!-- --></A><H3>
getExceptionDates</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/ExceptionDates.html" title="class in biweekly.property">ExceptionDates</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.917"><B>getExceptionDates</B></A>()</PRE>
<DL>
<DD>Gets the list of exceptions to the recurrence rule defined in the event
(if one is defined).
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the list of exceptions<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-118">RFC 5545 p.118-20</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addExceptionDates(biweekly.property.ExceptionDates)"><!-- --></A><H3>
addExceptionDates</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.927"><B>addExceptionDates</B></A>(<A HREF="../../biweekly/property/ExceptionDates.html" title="class in biweekly.property">ExceptionDates</A>&nbsp;exceptionDates)</PRE>
<DL>
<DD>Adds a list of exceptions to the recurrence rule defined in the event (if
one is defined). Note that this property can contain multiple dates.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>exceptionDates</CODE> - the list of exceptions<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-118">RFC 5545 p.118-20</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getRequestStatus()"><!-- --></A><H3>
getRequestStatus</H3>
<PRE>
public <A HREF="../../biweekly/property/RequestStatus.html" title="class in biweekly.property">RequestStatus</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.936"><B>getRequestStatus</B></A>()</PRE>
<DL>
<DD>Gets the response to a scheduling request.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the response<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-141">RFC 5545 p.141-3</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="setRequestStatus(biweekly.property.RequestStatus)"><!-- --></A><H3>
setRequestStatus</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.945"><B>setRequestStatus</B></A>(<A HREF="../../biweekly/property/RequestStatus.html" title="class in biweekly.property">RequestStatus</A>&nbsp;requestStatus)</PRE>
<DL>
<DD>Sets the response to a scheduling request.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>requestStatus</CODE> - the response<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-141">RFC 5545 p.141-3</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getRelatedTo()"><!-- --></A><H3>
getRelatedTo</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/RelatedTo.html" title="class in biweekly.property">RelatedTo</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.954"><B>getRelatedTo</B></A>()</PRE>
<DL>
<DD>Gets the components that the event is related to.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the relationships<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-115">RFC 5545 p.115-6</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addRelatedTo(biweekly.property.RelatedTo)"><!-- --></A><H3>
addRelatedTo</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.963"><B>addRelatedTo</B></A>(<A HREF="../../biweekly/property/RelatedTo.html" title="class in biweekly.property">RelatedTo</A>&nbsp;relatedTo)</PRE>
<DL>
<DD>Adds a component that the event is related to.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>relatedTo</CODE> - the relationship<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-115">RFC 5545 p.115-6</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addRelatedTo(java.lang.String)"><!-- --></A><H3>
addRelatedTo</H3>
<PRE>
public <A HREF="../../biweekly/property/RelatedTo.html" title="class in biweekly.property">RelatedTo</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.983"><B>addRelatedTo</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uid)</PRE>
<DL>
<DD>Adds a component that the event is related to.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uid</CODE> - the UID of the other component
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-115">RFC 5545 p.115-6</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getResources()"><!-- --></A><H3>
getResources</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/Resources.html" title="class in biweekly.property">Resources</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.994"><B>getResources</B></A>()</PRE>
<DL>
<DD>Gets the resources that are needed for the event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the resources<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-91">RFC 5545 p.91</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addResources(biweekly.property.Resources)"><!-- --></A><H3>
addResources</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.1004"><B>addResources</B></A>(<A HREF="../../biweekly/property/Resources.html" title="class in biweekly.property">Resources</A>&nbsp;resources)</PRE>
<DL>
<DD>Adds a list of resources that are needed for the event. Note that a
single property can hold multiple resources.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>resources</CODE> - the resources to add<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-91">RFC 5545 p.91</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addResources(java.lang.String...)"><!-- --></A><H3>
addResources</H3>
<PRE>
public <A HREF="../../biweekly/property/Resources.html" title="class in biweekly.property">Resources</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.1014"><B>addResources</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>...&nbsp;resources)</PRE>
<DL>
<DD>Adds a list of resources that are needed for the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>resources</CODE> - the resources to add (e.g. "easel", "projector")
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-91">RFC 5545 p.91</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addResources(java.util.List)"><!-- --></A><H3>
addResources</H3>
<PRE>
public <A HREF="../../biweekly/property/Resources.html" title="class in biweekly.property">Resources</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.1026"><B>addResources</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;resources)</PRE>
<DL>
<DD>Adds a list of resources that are needed for the event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>resources</CODE> - the resources to add (e.g. "easel", "projector")
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-91">RFC 5545 p.91</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getRecurrenceDates()"><!-- --></A><H3>
getRecurrenceDates</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/RecurrenceDates.html" title="class in biweekly.property">RecurrenceDates</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.1038"><B>getRecurrenceDates</B></A>()</PRE>
<DL>
<DD>Gets the list of dates/periods that help define the recurrence rule of
this event (if one is defined).
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the recurrence dates<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-120">RFC 5545 p.120-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addRecurrenceDates(biweekly.property.RecurrenceDates)"><!-- --></A><H3>
addRecurrenceDates</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.1048"><B>addRecurrenceDates</B></A>(<A HREF="../../biweekly/property/RecurrenceDates.html" title="class in biweekly.property">RecurrenceDates</A>&nbsp;recurrenceDates)</PRE>
<DL>
<DD>Adds a list of dates/periods that help define the recurrence rule of this
event (if one is defined).
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>recurrenceDates</CODE> - the recurrence dates<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-120">RFC 5545 p.120-2</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getAlarms()"><!-- --></A><H3>
getAlarms</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/component/VAlarm.html" title="class in biweekly.component">VAlarm</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.1057"><B>getAlarms</B></A>()</PRE>
<DL>
<DD>Gets the alarms that are assigned to this event.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the alarms<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-71">RFC 5545 p.71-6</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addAlarm(biweekly.component.VAlarm)"><!-- --></A><H3>
addAlarm</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.1066"><B>addAlarm</B></A>(<A HREF="../../biweekly/component/VAlarm.html" title="class in biweekly.component">VAlarm</A>&nbsp;alarm)</PRE>
<DL>
<DD>Adds an alarm to this event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>alarm</CODE> - the alarm<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc5545#page-71">RFC 5545 p.71-6</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="getExceptionRules()"><!-- --></A><H3>
getExceptionRules</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/property/ExceptionRule.html" title="class in biweekly.property">ExceptionRule</A>&gt; <A HREF="../../src-html/biweekly/component/VEvent.html#line.1081"><B>getExceptionRules</B></A>()</PRE>
<DL>
<DD><p>
Gets the exceptions for the <A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property"><CODE>RecurrenceRule</CODE></A> property.
</p>
<p>
Note that this property has been removed from the latest version of the
iCal specification. Its use should be avoided.
</p>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the exception rules<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc2445#page-114">RFC 2445 p.114-15</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addExceptionRule(biweekly.util.Recurrence)"><!-- --></A><H3>
addExceptionRule</H3>
<PRE>
public <A HREF="../../biweekly/property/ExceptionRule.html" title="class in biweekly.property">ExceptionRule</A> <A HREF="../../src-html/biweekly/component/VEvent.html#line.1097"><B>addExceptionRule</B></A>(<A HREF="../../biweekly/util/Recurrence.html" title="class in biweekly.util">Recurrence</A>&nbsp;recur)</PRE>
<DL>
<DD><p>
Adds an exception for the <A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property"><CODE>RecurrenceRule</CODE></A> property.
</p>
<p>
Note that this property has been removed from the latest version of the
iCal specification. Its use should be avoided.
</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>recur</CODE> - the exception rule to add
<DT><B>Returns:</B><DD>the property that was created<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc2445#page-114">RFC 2445 p.114-15</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="addExceptionRule(biweekly.property.ExceptionRule)"><!-- --></A><H3>
addExceptionRule</H3>
<PRE>
public void <A HREF="../../src-html/biweekly/component/VEvent.html#line.1114"><B>addExceptionRule</B></A>(<A HREF="../../biweekly/property/ExceptionRule.html" title="class in biweekly.property">ExceptionRule</A>&nbsp;exceptionRule)</PRE>
<DL>
<DD><p>
Adds an exception for the <A HREF="../../biweekly/property/RecurrenceRule.html" title="class in biweekly.property"><CODE>RecurrenceRule</CODE></A> property.
</p>
<p>
Note that this property has been removed from the latest version of the
iCal specification. Its use should be avoided.
</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>exceptionRule</CODE> - the exception rule to add<dt><b>Specification Reference:</b></dt><dd><a href="http://tools.ietf.org/html/rfc2445#page-114">RFC 2445 p.114-15</a></dd></DL>
</DD>
</DL>
<HR>
<A NAME="validate(java.util.List, java.util.List)"><!-- --></A><H3>
validate</H3>
<PRE>
protected void <A HREF="../../src-html/biweekly/component/VEvent.html#line.1120"><B>validate</B></A>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../biweekly/component/ICalComponent.html" title="class in biweekly.component">ICalComponent</A>&gt;&nbsp;components,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;warnings)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../biweekly/component/ICalComponent.html#validate(java.util.List, java.util.List)">ICalComponent</A></CODE></B></DD>
<DD>Checks the component for data consistency problems or deviations from the
spec. Meant to be overridden by child classes.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../biweekly/component/ICalComponent.html#validate(java.util.List, java.util.List)">validate</A></CODE> in class <CODE><A HREF="../../biweekly/component/ICalComponent.html" title="class in biweekly.component">ICalComponent</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>components</CODE> - the hierarchy of components that the component belongs
to<DD><CODE>warnings</CODE> - the list to add the warnings to</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VEvent.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<script type="text/javascript"> SyntaxHighlighter.defaults["auto-links"] = false; SyntaxHighlighter.defaults["gutter"] = false; SyntaxHighlighter.defaults["tab-size"] = 2; SyntaxHighlighter.defaults["toolbar"] = false; SyntaxHighlighter.all(); </script></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../biweekly/component/VAlarm.html" title="class in biweekly.component"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../biweekly/component/VFreeBusy.html" title="class in biweekly.component"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?biweekly/component/VEvent.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="VEvent.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_biweekly.component.ICalComponent">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &#169; 2013 Michael Angstadt. All Rights Reserved.
</BODY>
</HTML>