Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FullCalendar の clientEvents メソッドは、カレンダーの現在のページに表示されているイベントのみを返します。Google カレンダーからすべてのイベント を含む配列を取得する方法はありますか?
Ok。これを行うための「より良い」方法がある可能性が最も高いですが、私が思いついた回避策を共有します。
fullcalendar.js ファイルには、fetchEvents という関数があります。この関数の最初の 2 行は、変数 rangeStart と rangeEnd を設定します。目的の範囲を定義する日付オブジェクトでこれらの変数をリセットするだけです。