Skip to content

Add interactive calendar widget to ServiceNow portal #1598

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

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

Southpaw09
Copy link
Contributor

  • Added calendar structure with month navigation, current day, and weekend highlights
  • Implemented $scope.loadCalendar() function to dynamically load days for selected month and year
  • CSS styling for calendar layout
  • JavaScript for month navigation and day calculations
  • Included ng-init to load calendar on widget initialization
  • Known issue: Ensure ng-init directive is present if dates do not load initially

- Added calendar structure with month navigation, current day, and weekend highlights
- Implemented `$scope.loadCalendar()` function to dynamically load days for selected month and year
- CSS styling for calendar layout
- JavaScript for month navigation and day calculations
- Included `ng-init` to load calendar on widget initialization
- Known issue: Ensure `ng-init` directive is present if dates do not load initially
@am-shakeel am-shakeel self-assigned this Oct 31, 2024
Copy link

@am-shakeel am-shakeel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good
Output:
image

@am-shakeel am-shakeel merged commit b168e97 into ServiceNowDevProgram:main Oct 31, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants