diff --git a/apps/calendar/apps/web/src/lib/components/calendar/ViewCarousel.svelte b/apps/calendar/apps/web/src/lib/components/calendar/ViewCarousel.svelte
index 91d12ff3f..e595d0c1f 100644
--- a/apps/calendar/apps/web/src/lib/components/calendar/ViewCarousel.svelte
+++ b/apps/calendar/apps/web/src/lib/components/calendar/ViewCarousel.svelte
@@ -1,6 +1,7 @@
@@ -109,28 +129,76 @@
bind:this={viewportEl}
onwheel={handleWheel}
ontouchstart={handleTouchStart}
+ ontouchmove={handleTouchMove}
ontouchend={handleTouchEnd}
ontouchcancel={handleTouchCancel}
>
- {#if viewStore.viewType === 'day'}
-