Skip to content
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

Add background events feature #1851

Merged
merged 15 commits into from
Jan 29, 2021
Merged
Prev Previous commit
Next Next commit
Remove unused props in documentation
  • Loading branch information
rrjoson committed Feb 28, 2019
commit b0079bf891dc98af8566cbf7ce08dc72f44671e9
6 changes: 0 additions & 6 deletions src/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,15 @@ class Calendar extends React.Component {
*
* - start time
* - end time
* - title
* - whether its an "all day" event or not
* - any resource the event may be related to
*
* Each of these properties can be customized or generated dynamically by
* setting the various "accessor" props. Without any configuration the default
* event should look like:
*
* ```js
* BackgroundEvent {
* title: string,
* start: Date,
* end: Date,
* allDay?: boolean
* resource?: any,
* }
* ```
*/
Expand Down