Conversation
Display duration as a right-aligned text accessory on each event type.
|
Thank you for your first contribution! 🎉 🔔 @eluce2 you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. 📋 Quick checkout commandsBRANCH="calendly-event-duration"
FORK_URL="https://github.com/edumesnil/extensions.git"
EXTENSION_NAME="calendly"
REPO_NAME="extensions"
git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run devWe're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. |
Greptile SummaryAdds Confidence Score: 5/5This PR is safe to merge — minimal, additive change with no bugs introduced. All remaining findings are P2 or lower; the implementation correctly uses the existing non-optional duration field from CalendlyEventType. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Add changelog entry for event duration f..." | Re-trigger Greptile |
0xdhrv
left a comment
There was a problem hiding this comment.
Looks good to me, approved ✅
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Display duration as a right-aligned text accessory on each event item.
Description
Add event duration to the Calendly extension list view. When you have multiple event types with similar names but different durations (e.g. "Meeting" at 30 min vs 60 min), there is no way to distinguish them. Duration now appears as a right-aligned text accessory on each event type row.
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare located outside the metadata folder if they were not generated with our metadata tool