{"id":16202203,"url":"https://github.com/francedot/als-lab-scheduler","last_synced_at":"2025-10-26T20:51:36.730Z","repository":{"id":93070054,"uuid":"233708222","full_name":"francedot/als-lab-scheduler","owner":"francedot","description":"Azure Lab Services - Lab Scheduler","archived":false,"fork":false,"pushed_at":"2020-01-15T20:22:05.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-07T18:53:22.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://azure.microsoft.com/en-us/services/lab-services/","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/francedot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-13T22:38:13.000Z","updated_at":"2020-01-15T20:32:29.000Z","dependencies_parsed_at":"2023-04-23T12:31:37.131Z","dependency_job_id":null,"html_url":"https://github.com/francedot/als-lab-scheduler","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"d20efaf4e37726eaef1a2a449417a96d059e0e54"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/francedot/als-lab-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francedot%2Fals-lab-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francedot%2Fals-lab-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francedot%2Fals-lab-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francedot%2Fals-lab-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/francedot","download_url":"https://codeload.github.com/francedot/als-lab-scheduler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francedot%2Fals-lab-scheduler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262132617,"owners_count":23264029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T09:46:15.142Z","updated_at":"2025-10-03T13:21:46.839Z","avatar_url":"https://github.com/francedot.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Lab Services - Lab Scheduler\n\nThis is currently a proof of concept demonstrating how to schedule classes for a lab starting from a iCalendar (.ics) file.\n\n## Usage\n\n```powershell\n. \".\\Utils.ps1\"\n# Requires module Az.LabServices\nImport-AzLsModule\n\n$LabAccount = Get-AzLabAccount -ResourceGroupName \"azlabservicestour-rg\" -LabAccountName \"AZ Lab Services Tour\"\n$Lab = Get-AzLab -LabAccount $LabAccount -LabName \"Test\"\n\n$Lab | .\\LabScheduler.ps1 -IcsFIlePath \"\u003cICS_FILE_PATH\u003e\"\n```\n\n![Azure Lab Services - Scheduled Lab](/img/scheduled-lab.png)\n\n\n## A few notes\n- As of now, recurrent events are splitted into one-time-only events.\n- We need the logic for specifying recurrence patterns (daily, weekly..) based on the parameters supported by Lab Services APIs.\n- Also need support for no-end events. For now, I am limiting occurrences up to 20 years.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancedot%2Fals-lab-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrancedot%2Fals-lab-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancedot%2Fals-lab-scheduler/lists"}