![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
availability-scheduler
Advanced tools
$ npm i -S availability-scheduler
import {AvailabilityEditor} from 'availability-scheduler';
<AvailabilityEditor
timezone='Europe/London'
availability={availability}
onAccept={availability => console.log('accepted', availability)}
i18n={{
getLocale: () => 'en_US',
getDir: () => 'ltr',
get: (token, fallback, params) => fallback
}}
/>
{
i18n: PropTypes.shape({
getLocale: PropTypes.func.isRequired,
getDir: PropTypes.func.isRequired,
get: PropTypes.func.isRequired
}),
scheduleAlways: PropTypes.string,
availability: PropTypes.shape({
periods: PropTypes.arrayOf(PropTypes.shape({
openDay: PropTypes.string,
openTime: PropTypes.string,
closeDay: PropTypes.string,
closeTime: PropTypes.string
})),
specialHourPeriods: PropTypes.arrayOf(PropTypes.shape({
startDate: PropTypes.string,
endDate: PropTypes.string,
isClosed: PropTypes.bool,
comment: PropTypes.string
}))
}),
onAccept: PropTypes.func.isRequired,
modalTitle: PropTypes.string,
source: PropTypes.string,
customOnly: PropTypes.bool,
availableText: React.PropTypes.string,
unavailableText: React.PropTypes.string,
openTimes: React.PropTypes.object,
timezone: React.PropTypes.string.isRequired
}
'availability_duringopenhours', 'During Open Hours'
'availability_apply', 'Apply'
'availability_cancel', 'Cancel'
'availability_available', 'Available'
'availability_unavailable', 'Unavailable'
'availability_empty_error'
'availability_newevent'
'availability_eventname', 'Event Name:'
'availability_customerscansee', '* Customers can see this info'
'availability_availability', 'Availability:'
'availability_starttime', 'Start Time:'
'availability_endtime', 'End Time:'
'availability_available_warning', 'Note that between ${params.start} and ${params.end} you are open continuously, regardless of your regular hours.'
'availability_newevent', 'New Event'
'availability_regularhours', 'Regular Hours'
'availability_event_desc', 'Need to change your hours for a short time?'
'availability_upcomingevents', 'Upcoming Events'
'availability_now', 'now'
'availability_moreexceptionscount', '+ ${params.count} more'
'availability_edit', 'Edit'
'availability_endson', 'ends on ${params.day}'
'availability_to', 'to'
'availability_allday', 'all day'
'availability_duplicate'
'availability_delete'
'availability_customhours', 'Custom Hours'
'availability_clear', 'Clear'
'availability_pasteopenhours', 'Paste open hours'
'availability_open24h', 'Open 24/7'
FAQs
Availability Scheduler - React Component
The npm package availability-scheduler receives a total of 56 weekly downloads. As such, availability-scheduler popularity was classified as not popular.
We found that availability-scheduler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.