@timesheet/plugin-google-calendar 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/manifest.json +20 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -18,7 +18,11 @@
|
|
|
18
18
|
"scopes": [
|
|
19
19
|
"https://www.googleapis.com/auth/calendar.readonly",
|
|
20
20
|
"https://www.googleapis.com/auth/calendar.events"
|
|
21
|
-
]
|
|
21
|
+
],
|
|
22
|
+
"authorizationParams": {
|
|
23
|
+
"access_type": "offline",
|
|
24
|
+
"prompt": "consent"
|
|
25
|
+
}
|
|
22
26
|
}
|
|
23
27
|
}
|
|
24
28
|
],
|
|
@@ -138,6 +142,21 @@
|
|
|
138
142
|
"icon": "chart-bar",
|
|
139
143
|
"layout": "dashboard",
|
|
140
144
|
"widgets": [
|
|
145
|
+
{
|
|
146
|
+
"id": "last-sync",
|
|
147
|
+
"type": "sync_summary",
|
|
148
|
+
"title": "Last Sync"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": "sync-stats",
|
|
152
|
+
"type": "sync_stats",
|
|
153
|
+
"title": "Sync Statistics"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "connection-health",
|
|
157
|
+
"type": "connection_health",
|
|
158
|
+
"title": "Connection Health"
|
|
159
|
+
},
|
|
141
160
|
{
|
|
142
161
|
"id": "manual-sync-btn",
|
|
143
162
|
"type": "action_button",
|