feat(calendar): allow bot auth for search-event - #2186
Conversation
Enable bot identity for the calendar +search-event shortcut so app/bot credentials can search calendar events, not just user auth.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe calendar search event shortcut now permits both user and bot authentication instead of user-only authentication. ChangesCalendar authentication
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@b558e801421b981f8788e16ccdafea03c32ba4e8🧩 Skill updatenpx skills add larksuite/cli#feat/calendar-search-event-bot-auth -y -g |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2186 +/- ##
=======================================
Coverage 75.72% 75.72%
=======================================
Files 944 944
Lines 100355 100355
=======================================
Hits 75994 75994
Misses 18565 18565
Partials 5796 5796 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Enable bot identity for the calendar +search-event shortcut so app/bot credentials can search calendar events, not just user auth. Co-authored-by: TRAE CLI <traecli@bytedance.com>
Summary
Enable bot identity for the calendar
+search-eventshortcut so app/bot credentials can search calendar events, not just user auth.Changes
"bot"to theAuthTypesof theCalendarSearchEventshortcut alongside the existing"user"type.Test Plan
lark-cli calendar +search-eventflow works as expected with bot authRelated Issues
Summary by CodeRabbit