Ninom5/delete events on interview slot cancel#289
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR implements functionality to delete Microsoft Outlook events when interview slots are cancelled. The changes ensure that when interns are removed from interview slots, the corresponding calendar events are also deleted from the Outlook calendar.
- Added event deletion capability to Microsoft Graph service
- Integrated event deletion into the intern cancellation workflow
- Updated interview slot time filtering from 4 to 8 hours
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| apps/api/src/interview-slot/interview-slot.service.ts | Increased minimum advance time for interview slots from 4 to 8 hours |
| apps/api/src/interview-slot/graph.service.ts | Added methods to retrieve all events and delete specific events by intern name |
| apps/api/src/intern/intern.service.ts | Integrated event deletion into intern cancellation process |
| apps/api/src/intern/intern.module.ts | Added MicrosoftGraphService as a provider dependency |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
btw ako imaju 2 internas istin imenon i prezimeneon i ako ides cancelat intervju za obojic u isto vrime, cancelat ce se samo jedan, al realno nece se to desit pa nije bitno. mogu nekad naknadno popravit neka sad stoji ovako |
ToniGrbic
left a comment
There was a problem hiding this comment.
izgleda sve ok, nisam testira. Je li onda izbriše i event za rezervaciju DUMP ureda? Jer to je malo drugačiji subject, ima nadodano na početku još "DUMP Event scheduler".
pa meni bi doslo na mail da je evnt otkazan, tako da bi tribalo |
No description provided.