类的使用
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(cn.vorbote.core.time.TimeSpan duration) Set the duration of this event.Event.setEnd(cn.vorbote.core.time.DateTime end) 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.Event.setStart(cn.vorbote.core.time.DateTime start) 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.