Skip to content

SIGPLAN-AV/squares

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Set these constants as needed:

  • INPUT_JSON
  • OUTPUT_JSON
  • TIMEZONE

Usage: python3 generate_schedule_info_json.py

Output (default ./schedule.json):

{
  "Room Name": [
    {
      "title": "<title - authors>",
      "start": "YYYY-MM-DDTHH:MM:SS±HH:MM",
      "end": "YYYY-MM-DDTHH:MM:SS±HH:MM",
      "url": "<url>"
    }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages