-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Add automatic webhook setup and Connect Calendar UI for Meeting Scheduler #893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
salja03-t21
wants to merge
32
commits into
elie222:main
from
salja03-t21:feature/email-triggered-meeting-scheduler
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
7b84ffb
Use outlook endpoint
edulelis ec6ab2f
PR feedback
edulelis d2665f9
PR feedback
edulelis e6ed61c
Merge branch 'main' into microsoft-calendar
elie222 9769179
add microsoft calendar set up notes
elie222 016ff9a
fix(calendar): fix OAuth callback redirects and standardize error han…
elie222 f6dbad4
unify google and microsoft calendar connection
elie222 6545499
get availabilty for ai drafting from microsoft calendars
elie222 5066979
feat: Add Outlook support to deep-clean feature
salja03-t21 02c29be
feat(clean): Add backward navigation to deep-clean wizard
salja03-t21 da6ccc3
fix(ui): Disable premium banner in SideNav for testing
salja03-t21 984e7a5
fix: Disable PremiumAlertWithData component for testing
salja03-t21 9e37598
fix: Disable premium check in cleanInbox action for testing
salja03-t21 4bfb394
Fix: Correct provider property path to use emailAccount.account.provider
salja03-t21 6366e6d
fix: Make clean preview work with Outlook and improve UX
salja03-t21 5d36de4
Merge Outlook Deep Clean feature with premium disabled for testing
salja03-t21 b56c383
fix: Address CoderabbitAI review findings
salja03-t21 00a1a35
chore: Update cursor rules and refine Outlook clean functionality
salja03-t21 8abca15
Merge PR #841: Add Outlook Calendar integration
salja03-t21 fe34f2b
fix: Resolve TypeScript errors after Outlook Calendar merge
salja03-t21 64adefe
docs: Create implementation plan for email-triggered meeting scheduler
salja03-t21 22c1ee4
feat: Add email trigger detection for meeting scheduler
salja03-t21 874e298
feat: Add AI meeting parser for extracting meeting details
salja03-t21 e46b433
feat: Add meeting availability checker
salja03-t21 e79eaf3
feat: Implement meeting link generation (Phase 4)
salja03-t21 3dbc061
feat: Implement calendar event creation (Phase 5)
salja03-t21 2f22c69
test: Add comprehensive provider validation tests
salja03-t21 8673874
feat: Add meeting scheduler settings to database schema
salja03-t21 f7affa8
feat: Add meeting scheduler settings and server actions
salja03-t21 80d024e
test: Add comprehensive unit tests for meeting scheduler settings val…
salja03-t21 9526747
feat: Add meeting scheduler settings UI and API
salja03-t21 2abae54
feat: Add automatic webhook setup and Connect Calendar UI for Meeting…
salja03-t21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| description: | ||
| description: Knowledge Base feature documentation | ||
| globs: | ||
| alwaysApply: false | ||
| --- | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| description: | ||
| description: General development notes | ||
| globs: | ||
| alwaysApply: true | ||
| --- | ||
| Do not try and run the project via `dev` or `build` command unless I explicitly ask you to. | ||
| Do not try and run the project via `dev` or `build` command unless I explicitly ask you to. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the closing ``` leaves the final TypeScript code block unterminated, which breaks Markdown rendering for the remainder of the document.
Prompt for AI agents