从iCal URL或文件(如Google日历)分析事件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从iCal URL或文件(如Google日历)分析事件相关的知识,希望对你有一定的参考价值。
Thanx to Guillaume Laforge, who provided this code snippet of Groovy code in a GSP. The snippet below is more or less the same, less the html. It will show all future evens and create a eventMap for each event.
import net.fortuna.ical4j.util.Calendars import net.fortuna.ical4j.model.component.VEvent import java.text.SimpleDateFormat log.debug("Total components in iCal file: ${cal.components.size()}" ) { { log.warn("Found event of class ${it.getClass()}, skipping!") } startDate : startDate, startTime : startTime, location : (it.location.value) ? it.location.value : 'No Location', summary : it.summary.value, description : it.description.value ] dates << eventMap
以上是关于从iCal URL或文件(如Google日历)分析事件的主要内容,如果未能解决你的问题,请参考以下文章
Apple/Google 是不是提供 iOS 或 Android 中 iCal 现场支持的规范?
使用EventStore,我可以创建一个新的iCal日历类型吗?