重复活动每年完整日历

时间:2015-04-15 05:09:41

标签: jquery fullcalendar

我在1992年7月17日的全日历中显示了这些人的出生日期。我想在2014年7月17日,2015年7月17日,2016年7月17日等所有年份举办此活动。自动。

events: [{
                    title: 'user1',
                    start: '2015-04-09',
                    description: 'birthday_event',
                    backgroundColor: Metronic.getBrandColor('blue')
                    },{
                    title: 'user2',
                    start: '2015-04-08',
                    description: 'birthday_event',
                    backgroundColor: Metronic.getBrandColor('blue')
                    },{
                    title: 'user3',
                    start: '2015-04-14',
                    description: 'birthday_event',
                    backgroundColor: Metronic.getBrandColor('blue')
                    }
]

此事件在我希望动态创建事件的完整日历中正确显示

2 个答案:

答案 0 :(得分:1)

您可以使用viewRender事件并将当前年份指定给日期。

答案 1 :(得分:1)

这是一项等待很长时间的其他功能。 Follow the link here to track the progress

我强烈建议它应该在服务器端完成,需要对数据库进行一些操作。您可以构建自己的逻辑,或者只需按照提到的链接获得更清晰的视图。

这是一篇很好的文章,可以帮助您掌握如何解决问题。 Click here

我强烈建议您阅读此Link Here表格结构和完整流程。