Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6557cf7a authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'dev/calendar-remove-appointment' into 'murena-main'

remove appointments in Calendar

See merge request !28
parents 21658794 3ae53259
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ export default {
		},
		hasAppointmentsFeature() {
			// TODO: Remove me when Calendar doesn't support server < 23
			return parseInt(OC.config.version.split('.')[0]) >= 23
			return false
		},
	},
	created() {