You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: correct and expand interaction detail across user docs
Verified each change against the app source:
- Fix export: there is no calendar picker; Settings exports the Local calendar to a share sheet (per-event export lives in an event's menu).
- Fix recurring scope labels to the real strings (This event / This and all future / All events); note device events omit All events.
- Fix Force Full Sync location: it lives behind a long-press on the version footer, then a confirm dialog.
- Fix search custom range to the two-tap gesture, and pull-to-refresh gating (needs an account + online).
- Add missing interactions: ICS feed swipe-to-remove/pause/refresh/edit, device-calendar enable switches, month day-panel swipe, drag exclusions, 15-min snap, year strip, +N more badge, reminder custom time + remove, attendee uninvite + Save & notify, More colors + Done, app-lock disable re-auth, account Sync Now/Change Password/Sign Out, widget month nav + add buttons.
Copy file name to clipboardExpand all lines: docs/calendar/views.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ navigation drawer.
12
12
13
13
| View | What it shows |
14
14
|------|---------------|
15
-
|**Month**| A familiar month grid with dots marking days that have events. Tap a day to see its events in a sheet. Swipe left and right to move between months. |
15
+
|**Month**| A familiar month grid with dots marking days that have events. Tap a day to see its events in the panel below, then swipe that panel left or right to step day by day. Swipe the grid itself to move between months. |
16
16
|**Agenda**| A scrolling list of your upcoming events, grouped by date with times. |
17
17
|**Day**| A single day as an hour-by-hour timeline. Overlapping events sit side by side. |
18
18
|**3 Days**| Three days side by side as timelines, a good balance of detail and overview. |
19
19
|**Week**| A full seven-day timeline. The header shows the month and week number. |
20
20
|**Month (Full)**| A month grid where each day grows to show event titles stacked inside the cell, not just dots. |
21
-
|**Year**| All twelve months at a glance. Tap any month to jump straight to it. Swipe to move between years. |
21
+
|**Year**| All twelve months at a glance. Tap any month to jump straight to it, or tap a year in the strip along the top. Swipe to move between years. |
22
22
23
23
:::tip
24
24
There's also an **Insights** view, reachable from the navigation drawer, that shows
@@ -31,9 +31,10 @@ KashCal is built for touch, so the timeline views (Day, 3 Days, Week) feel good
31
31
under your thumb:
32
32
33
33
-**Pinch to zoom.** Pinch in or out on the timeline to make the hours shorter or taller.
34
-
-**Drag to reschedule.** Press and hold an event, then drag it to a new time, or sideways to a different day. You'll feel a little buzz when the drag starts.
35
-
-**Tap an empty slot** to start a new event right there.
36
-
-**Swipe left/right** to move to the next or previous day or week.
34
+
-**Drag to reschedule.** Press and hold a timed event, then drag it to a new time, or sideways to a different day. You'll feel a little buzz when the drag starts. (All-day and read-only events, such as those from a holiday feed, can't be dragged.)
35
+
-**Tap an empty slot** to start a new event there, pre-filled to the nearest 15 minutes.
36
+
-**Swipe left/right** to move through time. In Day and 3 Days views a swipe moves one day; in Week view it moves a whole week.
37
+
-**Tap a "+N more" badge** when a day has more events than fit, to see the full list.
37
38
38
39
In **Month** and **Year** views, swipe left and right to move between months or
39
40
years, and tap a day or month to drill in.
@@ -42,7 +43,7 @@ years, and tap a day or month to drill in.
42
43
43
44
-**Today.** Tap the Today button to jump back to the current date in any view.
44
45
-**Pick a month.** In Month view, tap the month and year in the header to open a quick month-and-year picker.
45
-
-**Pull to refresh.**Pull down on the calendar to sync with your servers right away.
46
+
-**Pull to refresh.**Once you've connected an account and are online, pull down on the calendar to sync with your servers right away.
Copy file name to clipboardExpand all lines: docs/events/recurring.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ example *"Standup every weekday at 9am"*.
31
31
When you change or delete a repeating event, KashCal asks what you mean. The exact
32
32
wording depends on what you're doing:
33
33
34
-
-**Editing:** "Just this one", "This and all future", or "All occurrences".
35
-
-**Deleting:** the same scope choices, with "All occurrences" styled as the destructive option.
36
-
-**Dragging to reschedule:** "This event"or "All events".
34
+
-**Editing:** "This event", "This and all future", or "All events".
35
+
-**Deleting:** the same scope choices, with "All events" styled as the destructive option.
36
+
-**Dragging to reschedule:** "This event", "This and all future", or "All events". For events from a device calendar, only "This event" and "This and all future" are offered.
37
37
38
38
This lets you move *this week's* meeting without disturbing the rest of the
39
39
series, or change the time for *every* future meeting at once.
Copy file name to clipboardExpand all lines: docs/features/widgets.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,13 @@ home screen, choose **Widgets**, and find KashCal.
17
17
|--------|---------------|
18
18
|**Today's Agenda**| Today's events in a list, with past events dimmed and upcoming ones highlighted. Includes an "add event" button and a friendly empty state when your day is clear. |
19
19
|**Week View**| The next seven days at a glance. |
20
-
|**Month View**| A full month grid with colored dots marking days that have events. |
20
+
|**Month View**| A full month grid with colored dots marking days that have events. Page through months with the ‹ › arrows, tap the title to jump back to the current month, and tap **+** to add an event, all without opening the app. |
21
21
|**Date**| Today's date, styled like an app icon, for a clear at-a-glance day marker. |
22
22
|**Upcoming**| The next ten days of events, skipping empty days so you only see what's actually scheduled. |
23
23
24
+
Tap any event on a widget to open it in KashCal, and use the **+** button on the
25
+
agenda, month, and upcoming widgets to add one.
26
+
24
27
## Keeping widgets current
25
28
26
29
Widgets refresh when you add, change, or delete events, after a sync, and at the
0 commit comments