问题标签 [fullcalendar-3]

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.

0 投票
1 回答
402 浏览

fullcalendar - 无法让 FullCalendar 事件源以不同颜色显示

所以我有 FullCaledar 工作......从我的 JSON 提要加载事件。但是,我无法让我的日历以不同的颜色显示。我正在使用最新版本的 FullCalendar 文件 (v3.8.0)。

我的脚本如下...

事件正在从两个来源加载......但它们都使用第一个来源的配色方案显示。

我错过了什么?

0 投票
1 回答
2230 浏览

fullcalendar - gotoDate() 不起作用

我正在努力了解如何正确实施 gotoDate 。该文档指定了一个基于字符串的命令结构(如下所示:).fullCalendar( 'gotoDate', date ),但当构造函数包含变量标志时没有指定适当的方法。这是我目前的做法:

简单地添加.gotoDate(date)到这个结构的末尾根本不会产生任何结果。我是否需要删除高度标志才能实现这一点?

注意:
*date是指定的时刻
* 高度由外部div元素指定
* 日期由 C# 后端提供,格式为yyyy-MM-dd

0 投票
0 回答
728 浏览

fullcalendar - Fullcalendar async loading and display of event sources

I've set up my events sources to pull from two different endpoints. One of these endpoints is heavy and happens to take two seconds longer than the other.

My calendar appears to wait until both sources are loaded before populating the calendar.

Q: is it possible to populate the calendar with the first data source while waiting for the second to finish?

0 投票
3 回答
4117 浏览

jquery - FullCalendar - 时区不起作用

我正在使用FullCalendar启动我的日历应用程序。我花了三个小时试图理解为什么 FullCalendar 会忽略我的时区设置。有趣的是,如果我更改Europe/Moscowlocal,那么一切正常。我做错了什么还是 FullCalendar 的错误?

https://jsfiddle.net/9y8ecw1q/

0 投票
1 回答
441 浏览

fullcalendar - Fullcalendar:在 SQL db 中立即保存外部事件

我在 Stackoverflow 中搜索了我的问题的答案:如何将丢弃的外部事件立即保存到数据库中。通过对话框添加和更新事件可以正常工作。拖动的外部事件渲染良好。这是我在 eventReceive 函数中使用的代码。显示事件数据的第一个警报是正确的,但从未达到第二个警报。

我挖得更深,据我所知,一旦鼠标悬停在页面中的任何元素上,var eventToAdd JQuery 3.3.1 就会一遍又一遍地触发相同的功能。涉及的函数有:matchFromGroupMatchers、elementmatcher、prefilter 和 Sizzle。fullcalendar 的 javascript 不会恢复。

0 投票
1 回答
466 浏览

fullcalendar - 如何使用 fullCalendar 按类别显示事件

我正在使用 fullCalendar 3.9.0 列出会员组织的活动和事件。他们将他们的活动分类为社交、研讨会和项目。这些活动以月视图显示。

仅供参考,我正在使用 Adob​​e BC 事件被定义为一个数组,例如作为带有这些标签的列表拉入 {id:{tag_bookingid}, groupid: "Social Event",title: "{tag_name_nolink}", url: "{tag_url} ",开始:"{tag_bookingyear}-{tag_bookingmonthnumeric}-{tag_bookingday}",颜色:"#5f7bc0"},

有没有办法自定义日历一次只显示一个类别的事件,并使用标题中的选项卡或按钮在类别之间切换?

示例将不胜感激。

0 投票
1 回答
2086 浏览

javascript - FullCalendar RenderEvent Not working in version 3.9.0

i'm trying to upgrade my fullCalendar version to the latest ( 3.9.0 ) but i can't seams to make the renderEvent function work. The event simply does not render. I'm also using the latest version of the scheduler plugin ( 1.9.3 )
I tried adding events using the $('#calendar').fullCalendar('renderEvent', event, true) like I used to, but now it does not seams to work.
I also tried $('#calendar').fullCalendar('addEventSource', event) followed by $('#calendar').fullCalendar('refetchEventSources') nothing seams to be working.
Here is my code.

P.S. use the timeline day for a more efficient test.

0 投票
0 回答
433 浏览

javascript - 一起拖动和滚动时,全日历中心鼠标光标位于事件上

有一种方法可以在一起拖动和滚动时将鼠标光标指针置于事件中心?

我希望它表现得像它在谷歌日历上的工作:)

当我拖动和滚动时,鼠标光标离开了事件框,用户无法将事件拖动到页面顶部的小时。

问题示例:

在此处输入图像描述

复制链接(日视图):https ://fullcalendar.io/docs/event-dragging-resizing-demo

谢谢

0 投票
2 回答
1448 浏览

javascript - FullCalendar After eventLimitClick

我正在为我的事件加载工具提示;但是,工具提示似乎在“eventLimit”弹出框内不起作用。

我曾尝试重新初始化单击事件的工具提示,但单击事件发生在之前,而我需要.

我可以连接到之后或其他一些事件吗?

Codepen 示例: https ://codepen.io/anon/pen/xWLKeK?editors=0110

完整代码(供参考):

0 投票
1 回答
1007 浏览

jquery - Fullcalendar v3.6.2 startParam 和 endParam

如何在 fullcaledar 中使用 startParam 和 endParam?我不太了解 jQuery 和 Javascript。视图在 route:example.com/agenda中,然后我认为我必须将startParamendParam按以下方式放在我的脚本中:

这个想法是通过限制这两个参数来避免事件加载缓慢(大约 10 秒),以便只加载当时在页面上看到的内容。我理解的很好吗?这不起作用,我的意思是它继续缓慢加载,其余的工作完美。我该怎么做?谢谢。

这是我从 json 文件收集数据的完整文件my-fullcalendar.js :

这就是控制器。我正在使用 Laravel 5.4: