Skip to content

codebar-shanghai/calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codebar Shanghai Calendar

How to Use

There are two calendar feeds:

DO NOT download these files. Instead, subscribe to or import these URLs in your calendar app so you can receive updates in the future. Here is guidance for some calendar apps:

  1. iCloud / iOS / macOS: Add calendar subscriptions (中文)
  2. Android: Subscribe to someone else’s calendar (Look for the Add a calendar from a URL button) (中文)
  3. Outlook: Import or subscribe to a calendar

How to Update (For Organizers)

For now:

  1. Clone the repo and create a new branch.
  2. Edit the file events.yml. It's better to use vscode with YAML language server installed, to get schema validation from events.schema.json.
  3. id, title, kind, start and end are required.
    • For id, use uuidgen (should be available on linux and macOS), or go to Online GUID / UUID Generator or Online UUID Generator Tool to get a GUID. An id once assigned to an event must NOT be changed.
    • For kind, it is either workshop or meetup.
    • For start and end, use the ISO 8601 format, e.g. 2026-02-06T17:00:00+08:00. It should usually end with +08:00 for UTC+8.
  4. Save, commit, push the branch, and create a new pull request. GitHub Actions will validate and publish the .ics files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks