Skip to content

Commit

Permalink
periodically refresh agenda view
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonf committed Apr 16, 2024
1 parent 7bb257f commit 7fae53a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions babex-vue/src/components/agenda/AgendaHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
if (props.date) {
calendar.value?.calendar.getApi().changeView('timeGridDay', props.date);
}
setInterval(() => calendar.value?.calendar.getApi().refetchEvents(), 5000);
})
</script>
Expand Down

0 comments on commit 7fae53a

Please sign in to comment.