我正在Angular5中使用Fullcalendar v 3.6。
I am getting the Rrule as shown in this image
我的代码是
public ActionResult Show()
{
var viewModel = new myViewModel{
myProduct= DB.Products.ToList(),
myImages= DB.Images.ToList()};
return View(viewModel);
}
如何在Angular 5中的Fullcalendar v3.6上添加重复事件?请帮助
答案 0 :(得分:0)
您可以使用RRule库来启动RRule对象。
然后,调用RRule的对象between
函数,在其中插入当前FullCalendar视图的开始日期和结束日期。这为您提供了一系列事件,您可以将其添加到日历中。