asantibanez/livewire-calendar

Request: poll for calendar changes

aaronmyatt opened this issue · 2 comments

Could we optionally, or by default, add Livewire polling to the calendar?

Adding wire:poll here: https://github.com/asantibanez/livewire-calendar/blob/master/resources/views/calendar.blade.php#L1

Seems to the job.

The use case I want to enable is creating events on the same screen as the calendar and have them appear dynamically, see the following video:

https://www.loom.com/share/cffde78ef31a481faef94f77ef63c939

@aaronmyatt hi can you share your code what you use video ? i want make calendar with repeat events and your video look nice ? and @asantibanez can you add this livewire v2 support..

Hello @aaronmyatt . Just added this optional feature. Great suggestion!

I've also added v2 support.