fetch remote calendar and show on FullCalendar frame

This commit is contained in:
2022-05-23 15:00:32 +02:00
parent e2052fe71d
commit f825c69ce5
9 changed files with 151 additions and 30 deletions

View File

@@ -35,7 +35,7 @@ export default {
},
remoteShow: {
set (value) {
this.$store.commit('showUserOnCalendar', {user: this.user, remote: value});
this.$store.commit('showUserOnCalendar', {user: this.user, remotes: value});
},
get() {
return this.$store.getters.isRemoteShownOnCalendarForUser(this.user);