问题标签 [fullcalendar-5]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-chrome - 使用日历 API 创建的某些事件未在移动浏览器-CHROME 中打开
从移动浏览器-CHROME(https://fullcalendar.io/docs/google-calendar-demo)访问链接,然后导航到 9 月 7 日并单击该活动。
单击事件后没有任何反应,有人可以帮我解决这个问题吗?
提前致谢。
javascript - Fullcalender V5 RefetchEvents 问题
我正在使用 Fullcalender Scheduler V5。我添加了 calendar.refetchEvents(); 在 eventDrop、eventResize、eventClick 结束时也是如此。它运作良好。但是当我在其他功能中使用它来添加/编辑事件时,它不起作用。这是我的代码:
这是我的其他代码:
/------------------------Load.php------------------------ --------//
我已经尝试了几个星期,因此我失去了信心。作为初学者,我无法弄清楚出了什么问题。有人,请帮忙。
fullcalendar - 完整日历 5 - 更改月份更新网址
我正在使用完整日历https://fullcalendar.io/并且除了一件事之外,一切都按我的意愿工作。当导航到下个月/上个月时,我希望更新 url 栏,以便可以共享指向该月的直接链接。
目前在 domain.com/events 单击下一个/上一个会移动月份,但 URL 未更新。
这可能吗?
如果它是相关的,这是我正在使用的 javascript
angular - FullCalendar: fetch events array on custom button click
Running fullcalendar control angular project which is available on the author site.
After adding a custom button, I need to retrieve events from the full calendar control (getEventSources) with the click event:
How I could get calendar object inside click method. I am using Angular project: FullCalendar Angular
AppComponent code:
Problems:
In the Click event of custom button named as myCustomButton, we cannot access calendarComponent object.
When we click on prev/next buttons, it calls events(Get API call) where I need to pass next/prev month and year parameters.
javascript - Angular fullcalendar 在点击当天添加一个事件
嗨,希望你能在这方面帮助我
我正在使用 Angular 10 和完整日历 v5,我想知道如何在点击它时将事件添加到当天
this.calendarOptions.events 不是数组,所以我不能使用 push 来添加对象!
如何在不丢失第一个数据的情况下添加它!
javascript - 使用 addEvent 添加的事件,不要采用其资源的颜色
我正在使用 FullCalendar V5,我有一个侧边栏显示我在日历上显示的资源。在日历的第一次加载时,我添加了几个资源及其相关事件,一切正常,我可以看到事件并具有它们资源的颜色。
然后,通过单击侧边栏上的资源,我可以删除资源和相关事件,或者相反,我可以添加资源和相关事件。我分别使用 addResource 和 addEvent 方法动态添加资源和事件。这是我的问题,资源和事件添加得很好,但事件仍然是蓝色的,即使事件的 resourceId 属性是资源的 id,它们也不会采用资源的颜色......(下面的截图)。
我通过使用一些 eventSource 对象而不是简单事件来尝试相同的过程,但我不知道它为什么起作用,新添加的事件具有正确的颜色......但我不想使用这个解决方案,只是因为我不知道如何将事件从一个事件源移动到另一个事件源...
知道为什么 addEvent 似乎没有正确链接事件和资源吗?
以下是删除和添加一个资源及其事件的两个函数:
这是 strResource 和 strEvents 的示例:
资源
字符串事件
fullcalendar - fullcalendar 更改月份视图的开始和结束
我正在使用 Fullcalendar v5.*,我需要使用 Jalali 日历。看来,我无法将日历更改为 jalali,所以我需要手动传递月份的开始日期和结束日期。是否可以在 Fullcalendar 的月视图中更改开始和结束日期?