🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

full-schedule-widget

Package Overview
Dependencies
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

full-schedule-widget

Full Schedule Widget

3.0.10
latest
npm
Version published
Weekly downloads
7
-61.11%
Maintainers
4
Weekly downloads
 
Created
Source

Full Schedule Widget

Full version React component for the show schedule

Full Schedule config

** events = array of all events from the summit

** summit = object with the data from the summit

** marketingSettings = object with the settings from the marketing API

** userProfile = object with the data from the user profile

** onEventClick(event) = method called upon event click

** onStartChat(speakerId) = method called upon click on "Chat with Speaker", if null then button is hidden

** needsLogin(pendingAction) = method called when schedule needs user to login - for example on "Add to Schedule".

title = widget title, defaults to "Schedule"

subtitle = child component placed beneath the widget title, takes a component or html element. default null

view = calendar or list, defaults to calendar

shareLink = share url string

colorSource = from where to pull the event color; oneOf('type', 'track', 'trackGroup'), defaults to track

withThumbs = if true, show event thumbnails on list view

defaultImage = url for image to show when no eventImage and no stream thumbnail available/set

showSendEmail = show/hide button to email speaker

triggerAction = method that will take an ACTION and a payload as params and will return a promise.

showSync = flag to show or hide sync button, default to false

showShare = flag to show or hide share button, default to true

modalSyncTitle = title copy for modal sync functionality

modalSyncText = body copy for modal sync functionality

summitLogoPrint = custom logo to use at print schedule

timeFormat = format in which to display time 12h or 24h, default is "12h"

timezone = default selection for timezone, "show" or "local", defaults to "show"

PUBLISH TO NPM:

1 - yarn build && yarn publish

2 - yarn publish-package

IMPORT:

import ScheduleFull from 'full-schedule-widget';

import 'full-schedule-widget/index.css';

DEBUG:

You can pass this hash on url to override current time, time must be in this format and on summit timezone

#now=2020-06-03,10:59:50

Utils

$ npm rebuild node-sass --force

FAQs

Package last updated on 21 Apr 2025

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