Birthday Anniversary Control Technology Stack: - Power Apps Component Framework (PCF) - React (TypeScript) Purpose This PCF control renders a React-based EventCard that shows the next Birthday and Work Anniversary for a user, calculated from input dates. It also allows users to download . ics calendar files to add these events to their personal calendars. Functional Overview Responsibilities: - Reads input values: dateOfBirth and joiningDate - Passes them as props to the EventCard React component - Renders content using createRoot from React 18 - No output or two-way data binding - Cleanup logic is currently empty React Component: EventCard Props: Name Type Description dateOfBirth Date User’s date of birth joiningDate Date User’s joining date Core Features - getNextOccurrence : Calculates the next occurrenc...