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.

How to create removeEvents?

See original GitHub issue

Hi, I am tried add removeEvent use EventRender or EventClick, but both is not working. this.calendarOptions = { editable: true, eventLimit: false, header: { left: 'prev', center: 'title', right: 'next' }, events: [ { title: ' New event New event New event New event New event New event New event New event ', start: '2018-03-26', end: '2018-03-29', } ], eventAfterAllRender: function(view) { <--- working console.log('after render'); }, eventRender: function (event, element) { <-- not working alert('eventRender'); element.find('.content-right').click(function () { $('div#calendar').fullCalendar('removeEvents', event._id); }); }, eventClick: function(view){ <-- not working alert('eventClick'); }, };

Thank you

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
irustmcommented, Mar 26, 2018

I need to add a new property for the output(may be), create please a small project with a problem

0reactions
irustmcommented, Mar 19, 2019

this issue deprecated. fullcalendar@4.0.0 released without Jquery, try use ng-fullcalendar@2.0.0 with fulcalendar plugins

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to create removeEvents? · Issue #68 - GitHub
Hi, I am tried add removeEvent use EventRender or EventClick, but both is not working. this.calendarOptions = { editable: true, eventLimit: ...
Read more >
Removing specific events with removeEvents method
You can do this in 2 ways: 1) Set a unique ID to each of your events and pass those IDs to the...
Read more >
Element.Event - MooTools Core Documentation
Element Method: removeEvent. Back to Top. Works as Element.addEvent, but instead removes the specified event listener. Syntax: myElement.
Read more >
Add/Remove Events on calendar - Power Platform Community
Hi Guys,. I have a sharepoint list with a list of appointments, I would like to create an event in the outlook calendar...
Read more >
Manage your events from Gmail - Google Calendar Help
To stop all events created by Gmail in Calendar, in Gmail settings, turn off Smart ... Remove events from Gmail ... Don't show...
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