{"id":17367446,"url":"https://github.com/juliuste/fes-calendar","last_synced_at":"2025-10-31T07:31:19.675Z","repository":{"id":57234509,"uuid":"83925300","full_name":"juliuste/fes-calendar","owner":"juliuste","description":"Queries the Friedrich-Ebert-Stiftung (FES) event calendar.","archived":false,"fork":false,"pushed_at":"2020-06-01T07:40:26.000Z","size":52,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T18:45:27.548Z","etag":null,"topics":["library","spd"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliuste.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}},"created_at":"2017-03-04T21:17:15.000Z","updated_at":"2020-07-30T12:40:17.000Z","dependencies_parsed_at":"2022-09-14T12:21:03.643Z","dependency_job_id":null,"html_url":"https://github.com/juliuste/fes-calendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliuste%2Ffes-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliuste%2Ffes-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliuste%2Ffes-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliuste%2Ffes-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliuste","download_url":"https://codeload.github.com/juliuste/fes-calendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239139709,"owners_count":19588246,"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":["library","spd"],"created_at":"2024-10-15T22:41:32.528Z","updated_at":"2025-10-31T07:31:19.331Z","avatar_url":"https://github.com/juliuste.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fes-calendar\n\nQueries the [Friedrich-Ebert-Stiftung (FES) event calendar](http://www.fes.de/de/veranstaltungen/) website for events.\n\n[![npm version](https://img.shields.io/npm/v/fes-calendar.svg)](https://www.npmjs.com/package/fes-calendar)\n[![Build Status](https://travis-ci.org/juliuste/fes-calendar.svg?branch=master)](https://travis-ci.org/juliuste/fes-calendar)\n[![Greenkeeper badge](https://badges.greenkeeper.io/juliuste/fes-calendar.svg)](https://greenkeeper.io/)\n[![dependency status](https://img.shields.io/david/juliuste/fes-calendar.svg)](https://david-dm.org/juliuste/fes-calendar)\n[![license](https://img.shields.io/github/license/juliuste/fes-calendar.svg?style=flat)](license)\n[![chat on gitter](https://badges.gitter.im/juliuste.svg)](https://gitter.im/juliuste)\n\n## Installation\n\n```js\nnpm install fes-calendar\n```\n\n## Usage\n\n```js\nconst calendar = require('fes-calendar')\n\nconst events = calendar(startDate, endDate).then(…)\n```\n\nReturns a Returns a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/promise) that resolves in a list of events in the time period between given `startDate` and `endDate` (required). All texts are markdown-formatted.\n\n```js\n{\n\tid: '212212',\n\ttitle: 'Politik um 12',\n\tdescription: 'This is a description text.',\n\tmail: 'paula.blub@fis.di',\n\t'contact-person': 'Peter Testperson',\n\t'contact-address': 'FIS NRW, Charles Place 22, 44444 Borsteln',\n\tstart: '2017-06-30T18:00:00.000Z', // JS Date()\n\tend: '2017-06-31T09:00:00.000Z' // JS Date(), optional\n\tlocation: 'Blubdorf',\n\tfee: 0, // in EUR\n\tinfo: 'keine Plätze mehr',\n\tchildcare: false,\n\tattachments: '[FE6_www.pdf](https://www.fis.di/oas6_www.pdf)\\n[FGHS](https://www.fis.di/oblunk.pdf)',\n\torganization: {\n\t\tname: 'Friedrich-Ebert-Stiftung',\n\t\tid: 'fes'\n\t}\n}\n// …\n```\n\n## Contributing\n\nIf you found a bug or want to propose a feature, feel free to visit [the issues page](https://github.com/juliuste/fes-calendar/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliuste%2Ffes-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliuste%2Ffes-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliuste%2Ffes-calendar/lists"}