About the Event calendars & schedulers category

For questions related to event calendars and schedulers. Everything regarding the Event Calendar component.

hi everyone,
im trying to integrate the google calendar for my react app using Mobiscroll component, first i tried ‘npm i @mobiscroll / calendar-integration’ i got an error “403 403 Forbidden - GET (mobiscroll%2fcalendar-integration) - no suitable version exists In most cases, you or one of your dependencies are requesting a package version that is forbidden by your security policy, or on a server you do not have access to.”
the i tried to import googleCalendarSync from @mobiscroll/react and i found the calendar-integration module there i imported it in my component and everything looked fine but when i start my app i got this error “Uncaught TypeError: Cannot read properties of undefined (reading ‘init’)” here “googleCalendarSync.init({” is there any possible solution for this problem i would be so grateful
thank you