定期事件 每年在完整日历中

Recurring events Yearly in full calendar

我在完整日历 ex:17-July-1992 中显示人员的出生日期。我想在 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')
                    }
]

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

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

这是一项期待已久的附加功能。 Follow the link here to track the progress.

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

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

我强烈建议您阅读此Link Here以获得table结构和完整流程。