Uses of Class
cn.vorbote.ical.Event
Packages that use Event
-
Uses of Event in cn.vorbote.ical
Methods in cn.vorbote.ical that return EventModifier and TypeMethodDescriptionEvent.addCategories(String... categories) Add a batch of categories.Event.addCategories(Collection<String> categories) Add a batch of categories.Event.addCategory(String category) Add a category.Event.setClassification(Classification classification) Set the classification.Event.setComment(String comment) Set the comment.Event.setDescription(String description) Set the description.Event.setDomainName(String domainName) Set the domain name of this event.Event.setDuration(TimeSpan duration) Set the duration of this event.Set the end of this node.Event.setLocation(String location) Set the location.Event.setPercentComplete(Integer percentComplete) Set the percent complete value.Event.setPriority(Integer priority) Set a priority.Set the start of this event.Event.setSummary(String summary) Set the summary.Event.setTimezone(ITimezone timezone) Set the timezone of this event.Set the uid of this event.Set the URL.