Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 837 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 837 Bytes

swift-wiki2ics

Ideation

A service, that takes a Wikipedia-Page with a table (e.g. Upcoming Falcon 9 and Falcon Heavy Launches) and makes an ics-Feed available.

Steps

  • read Wikipedia page by name or url
  • parse tables
  • detect date/string/number columns
  • let user pick (compatible) table to use and which columns to include in output
  • generate ics-feed from table

Possible Components