Skip to content

Calendar project that enters events by running a function.

Notifications You must be signed in to change notification settings

eschutho/calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

calendar

Calendar project that enters events by running a function.

This is a simple project that enters tasks into a calendar by calling the function layOutDay() with an array of objects that have the properties start and end. e.g., layOutDay([ {start: 30, end: 150}, {start: 540, end: 600}, {start: 560, end: 620}, {start: 610, end: 670} ]);

All time values are in minutes and start at 9am. So {start:120, end:180) represents an event from 11:00am to 11:30am.

About

Calendar project that enters events by running a function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published