类的使用
cn.vorbote.ical.Event
使用Event的程序包
-
cn.vorbote.ical中Event的使用
返回Event的cn.vorbote.ical中的方法修饰符和类型方法说明Event.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.