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
{{ message }}
This repository was archived by the owner on Oct 7, 2023. It is now read-only.
- Set the `Script` to be the script you just created and `When Interacting` to `Run Script` which will then launch Calendar app when you tap on the widget.
22
20
- Return to your home screen which should now hopefully show the Scriptable calendar widget.
23
21
24
-
## Settings
22
+
## Customization
25
23
26
24
-`debug` - set to `true` to show the widget in Scriptable, `false` to open a
27
25
calendar app.
@@ -40,8 +38,7 @@
40
38
-`locale` - a Unicode locale identifier string, this would change the weekday letters to the specified language.
41
39
-`textColor` - color of all the other text
42
40
-`eventDateTimeOpacity` - opacity value for event times
43
-
-`showEventsView` - to show the events view or not, this would be set through widget parameters in order to set it per widget basis. (check: [Small widgets](#small-widgets))
44
-
-`showCalendarView` - to show the calendar view or not, also set through widget parameters.
41
+
-`widgetType` - for small widgets it determines which side to show. This would be set through widget parameters in order to set it per widget basis, rather than setting here and having all small widgets be the same type. (check: [Small widgets](#small-widgets))
45
42
-`showAllDayEvents` - would either show or hide all day events.
46
43
-`showCalendarBullet` - would show a `●` in front of the event name which matches the calendar color from which the event originates.
47
44
-`startWeekOnSunday` - would start the week either on a Sunday or a Monday.
@@ -51,19 +48,19 @@
51
48
-`showPrevMonth` - would show days from the previous month if they fit into the calendar view.
52
49
-`showNextMonth` - would show days from the next month if they fit into the calendar view.
The script also supports small widgets or a medium widget with just one part. In this case the widget parameter (long press on the widget -> edit widget -> parameter) should be set to something like:
53
+
The script also supports small widgets in which case the widget parameter (long press on the widget -> edit widget -> parameter) should be set to something like:
61
54
62
55
-`{ "bg": "top-left.jpg", "view": "events" }`
63
56
-`{ "bg": "top-right.jpg", "view": "cal" }`
64
57
65
58
Where `"events"` specifies the events view and `"cal"` the calendar view. (Setting the background is not necessary).
66
59
60
+
## Large Widgets
61
+
62
+
The script should detect on its own that it is running in a large widget and will adjust accordingly.
0 commit comments