Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-schedule-meeting

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-schedule-meeting

## Installation:

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
770
increased by1.32%
Maintainers
1
Weekly downloads
 
Created
Source

React Schedule Meeting

Installation:

npm i react-schedule-meeting

or

yarn add react-schedule-meeting

Quick Start

import { ScheduleMeeting } from 'react-schedule-meeting';

<ScheduleMeeting eventDurationInMinutes={30} availableTimeslots={availableTimeslots} onStartTimeSelect={console.log}  />

ScheduleMeeting

Props

NameTypeDefaultExplanation
eventDurationInMinutesnumberRequiredThe number of minutes each event will be scheduled.
availableTimeslotsAvailableTimeslot[]RequiredTimeslots of available time that events can be scheduled in. *Example: If you are available every day from 9am to 5pm, you would pass in an array of AvailableTimeslots with those datetimes so tha
eventStartTimeSpreadInMinutesnumber30The length between the next possible event start time. Example: For 30, an event start time will be available every 30 minutes.
onSelectedDayChange(day: Date) => void;--Callback for when the selected day changes on the calendar
onStartTimeSelect(startTimeEvent: StartTimeEvent) => void;--Callback for when a start time is clicked
scheduleMeetingStylesCSSPropertiesundefinedStyles Object for the Schedule Calendar paper container
emptyListContentElReact.ElementType--Element displayed when the start time events list is empty

FAQs

Package last updated on 26 Nov 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc