tenseleyflow/rcal / 695f801

Browse files

Document deprecated Microsoft onboarding flow

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
695f8013bab070c9c157f8c5814cb0fa08b95db9
Parents
b688449
Tree
f5baf9e

1 changed file

StatusFile+-
M README.md 15 0
README.mdmodified
@@ -167,6 +167,21 @@ Manual sync remains available:
167167
 rcal providers microsoft sync --account work
168168
 ```
169169
 
170
+Deprecated manual onboarding flow, pending deletion:
171
+
172
+```sh
173
+rcal config init
174
+# edit ~/.config/rcal/config.toml with providers.microsoft account/calendar data
175
+rcal providers microsoft auth login --account work --browser
176
+rcal providers microsoft calendars list --account work
177
+# copy an editable calendar ID into default_calendar and calendars
178
+rcal providers microsoft sync --account work
179
+```
180
+
181
+Use `rcal providers microsoft setup --account work --browser` instead. The
182
+manual flow is kept temporarily for advanced custom-app testing and for users
183
+upgrading from early provider builds.
184
+
170185
 Use `rcal providers microsoft auth inspect --account work` to inspect safe
171186
 token claims such as audience, scopes, tenant, and expiry. The command does not
172187
 print the token body.