试图在grails中实现Time表

时间:2012-08-21 09:25:39

标签: grails

我正在从事大学项目,它有许多领域,如课程,部门,学院等。我想在学期的基础上为学生制作时间表。那么我们有没有可用于日历的插件?

1 个答案:

答案 0 :(得分:0)

您可能(或可能不会)使用FullCalendar(一种类似于Google日历的基于JavaScript的解决方案)。这里有一个插件可供选择:

http://grails.org/plugin/full-calendar

还有一些关于在Grails中集成FullCalendar的博客文章:

http://www.craigburke.com/blog/2012/02/09/creating-google-calendar-in-grails-part-1-the-model/