question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

removeEvents by _id stop to work in rev v3.5.0 and v3.5.1

See original GitHub issue

Fullcalendar after revs v3.5.0 and v3.5.1 stop to work removeEvents by _id.

$('#calendar').fullCalendar('removeEvents', event._id);

Used for new events using Drag and Drop and itens still dont have id then in old version we use auto id (_id) to remove temp events.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
arshawcommented, Sep 26, 2017

oh geez, thanks for letting me know @luto

0reactions
helphopcommented, Feb 8, 2019

Also with recurring events, when I try to do

 $('#calendar').fullCalendar('removeEvents', function(searchEvent) {
	return searchEvent._id === findEvent._id;
});

it deletes all of the events even though event._id is unique for each event.

Read more comments on GitHub >

github_iconTop Results From Across the Web

removeEvents by _id stop to work in rev v3.5.0 and v3.5.1
Used for new events using Drag and Drop and itens still dont have id then in old version we use auto id (_id)...
Read more >
Scheduler Pro - Change Log - Bryntum
New records are assigned a generated id if none is provided. The generated id is ... Demo located in examples/frameworks/vue-3/javascript/inline-data folder ...
Read more >
ETSI TS 129 514 V17.5.0 (2022-06)
ETSI TS 129 514 V17.5.0 (2022-06). 5G;. 5G System;. Policy Authorization Service;. Stage 3. (3GPP TS 29.514 version 17.5.0 Release 17).
Read more >
3Play 3P1-PDF - NewTek
TimeWarp, VT, VT[3], VT[4], V[T5], Video Toaster, Toaster, Inspire 3D, 3D Arsenal, ... other default tab, and then stop to review what we've...
Read more >
Chapter 5. EPL Reference: Clauses - Index of / - EsperTech
5.4.1. Filter-based Event Streams · 5.4.2. Pattern-based Event Streams · 5.4.3. Specifying Views · 5.4.4. Multiple Data Window Views · 5.4.5. Using the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found