Video events schedule

Query parameters

date - Date expressed in the format YYYY-MM-DD (eg. 2020-12-31), or "today". Default is today, Europe/Oslo time.

days - Number of days schedule requested. Default is 7 days.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

surrounding - Fetch the first event before and after the given period

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-starttime.

GET /api/scheduleitems/?format=api
HTTP 200 OK
Content-Type: application/json

{
    "count": 139,
    "next": "https://frikanalen.no/api/scheduleitems/?format=api&limit=50&offset=50",
    "previous": null,
    "results": [
        {
            "id": 182471,
            "video": {
                "id": 625685,
                "name": "It's not LAMP: Web app packaging in Sandstorm - Debconf 16",
                "header": "This talk covers how web app packaging works for the free software [Sandstorm.io](https://sandstorm.io/) project. This talk covers how Sandstorm achieves one-click installs of web apps for unprivileged users. To do this, Sandstorm's packaging tools do a few strange things:\n\n- Every app package is a tiny Debian derivative, often as small as 20MB.\n\n- Apps have no Internet connectivity to the outside world.\n\n- Sandstorm uses a FUSE filesystem to identify which files are needed to run the app.\n\n- An app bundles all its needed services, as well as files, resulting in one MySQL service per app.\n\n- Users click and run one _instance_ of an app like Etherpad per document, which is all handled transparently via a web app, a strategy that has neutralized 95% of 0-day web app vulnerabilities, based on our analysis.\n\n- Developers on Mac OS and Windows can create packages for Sandstorm, even though Sandstorm is Linux-only, due to an emphasis on Linux VMs in our development tools.\n\nSomehow we manage to make this scale reasonably well. Additionally, it is popular with upstream authors: of the >50 web apps packaged for Sandstorm, about 1/3 are maintained by their upstreams.\n\nThis talk focuses on how the Sandstorm packaging tools work, with community insights as well as technical ones, with the hopes of showing Debian how to more effectively package web apps for end users.\n\nTalk (45 mins) session with Asheesh Laroia and Sandstorm.io during Debconf 16",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:47:22.140000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T01:46:00+02:00",
            "endtime": "2024-04-18T02:33:22.140000+02:00",
            "duration": "00:47:22.140000"
        },
        {
            "id": 182472,
            "video": {
                "id": 625736,
                "name": "DUCK - The Debian Url ChecKer - Debconf 16",
                "header": "In this talk i will give a short overview about DUCK. I will introduce/present the website as well as the tool, talk about how/why i started working on it, show some graphs and ask for suggestions on how to make the topic \"broken URLs\" more public.\n\nAudience is: QA in Debian\n\nTalk (20 mins) session with Simon Kainz during Debconf 16",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:11:13.760000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T02:34:00+02:00",
            "endtime": "2024-04-18T02:45:13.760000+02:00",
            "duration": "00:11:13.760000"
        },
        {
            "id": 182473,
            "video": {
                "id": 625420,
                "name": "MakerCon - The Impact of the Maker Movement",
                "header": "Mike Senese at MakerCon Nordic 2014-10-17.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:26:19.720000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T02:46:00+02:00",
            "endtime": "2024-04-18T03:12:19.720000+02:00",
            "duration": "00:26:19.720000"
        },
        {
            "id": 182474,
            "video": {
                "id": 625737,
                "name": "Debsources on Mobile: all the source code in your phone! - Debconf 16",
                "header": "Debsources (http://sources.debian.net) is an application aimed at gathering all the source code included in Debian packages, and present it through a web interface. This talk will be about  its new mobile interface, and related features.\n\nTalk (20 mins) session with Matthieu Caneill during Debconf 16",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:09:04.880000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T03:13:00+02:00",
            "endtime": "2024-04-18T03:22:04.880000+02:00",
            "duration": "00:09:04.880000"
        },
        {
            "id": 182475,
            "video": {
                "id": 625377,
                "name": "TED - Greg Gage: How to control someone else's arm with your brain",
                "header": "Greg Gage is on a mission to make brain science accessible to all. In this fun, kind of creepy demo, the neuroscientist and TED Senior Fellow uses a simple, inexpensive DIY kit to take away the free will of an audience member. It’s not a parlor trick; it actually works. You have to see it to believe it.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:05:56.400000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T03:23:00+02:00",
            "endtime": "2024-04-18T03:28:56.400000+02:00",
            "duration": "00:05:56.400000"
        },
        {
            "id": 182476,
            "video": {
                "id": 625786,
                "name": "32C3 Opening Event (32c3) - 32C3",
                "header": "about this event: https://events.ccc.de/congress/2015/Fahrplan/events/7550.html\n\n session with Carina Haupt, Linus Neumann during 32C3",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:17:07.370000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T03:29:00+02:00",
            "endtime": "2024-04-18T03:46:07.370000+02:00",
            "duration": "00:17:07.370000"
        },
        {
            "id": 182477,
            "video": {
                "id": 625376,
                "name": "Console Password Manager - Passord-behandling i terminalen",
                "header": "Console Password Manager (CPM) er et program for å håndtere lagring av passord på en sikker og strukturert måte. Det bruker ncurses for brukergrensesnitt, libxml2 for å lagre informasjonen, zlib for å komprimere dataen og GpgMe-biblioteket for å kryptere og dekryptere informasjonen.\r\n\r\nKacper jobber i Redpill Linpro, han spesialiserer seg på sikkerhet og et helhetlig perspektiv over datasystemene. Han har erfaring innen utvikling, distribusjon og analyse.\r\n\r\nNUUG talk from  2014-05-13.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:30:24.440000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T03:47:00+02:00",
            "endtime": "2024-04-18T04:17:24.440000+02:00",
            "duration": "00:30:24.440000"
        },
        {
            "id": 182478,
            "video": {
                "id": 625461,
                "name": "TED - Robin Murphy: These robots come to the rescue after a disaster",
                "header": "When disaster strikes, who's first on the scene? More and more, it’s a robot. In her lab, Robin Murphy builds robots that fly, tunnel, swim and crawl through disaster scenes, helping firefighters and rescue workers save more lives safely — and help communities return to normal up to three years faster.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:09:03.210000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T04:18:00+02:00",
            "endtime": "2024-04-18T04:27:03.210000+02:00",
            "duration": "00:09:03.210000"
        },
        {
            "id": 182479,
            "video": {
                "id": 625966,
                "name": "TED - Rutger Bregman: Poverty isn't a lack of character; it's a lack of cash",
                "header": "\"Ideas can and do change the world,\" says historian Rutger Bregman, sharing his case for a provocative one: guaranteed basic income. Learn more about the idea's 500-year history and a forgotten modern experiment where it actually worked — and imagine how much energy and talent we would unleash if we got rid of poverty once and for all.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:15:02.120000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T04:28:00+02:00",
            "endtime": "2024-04-18T04:43:02.120000+02:00",
            "duration": "00:15:02.120000"
        },
        {
            "id": 182480,
            "video": {
                "id": 625561,
                "name": "TED - Mary Norris: The nit-picking glory of The New Yorker's Comma Queen",
                "header": "\"Copy editing for The New Yorker is like playing shortstop for a major league baseball team — every little movement gets picked over by the critics,\" says Mary Norris, who has played the position for more than thirty years. In that time, she's gotten a reputation for sternness and for being a \"comma maniac,\" but this is unfounded, she says. Above all, her work is aimed at one thing: making authors look good. Explore The New Yorker's distinctive style with the person who knows it best in this charming talk.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:09:53.110000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T04:44:00+02:00",
            "endtime": "2024-04-18T04:53:53.110000+02:00",
            "duration": "00:09:53.110000"
        },
        {
            "id": 182481,
            "video": {
                "id": 626055,
                "name": "Frikanalen Informasjonsfilm",
                "header": "Info!",
                "description": "",
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 3,
                    "name": "Frikanalen",
                    "homepage": "https://frikanalen.no",
                    "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                    "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2086,
                    "editorName": "Tore Sinding Bekkedal",
                    "editorEmail": "toresbe@protonmail.com",
                    "editorMsisdn": "+47 918 59 508",
                    "fkmember": true
                },
                "duration": "00:00:48.090000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T04:54:00+02:00",
            "endtime": "2024-04-18T04:54:48.090000+02:00",
            "duration": "00:00:48.090000"
        },
        {
            "id": 182482,
            "video": {
                "id": 625728,
                "name": "Software bundling sucks: Why we should embrace it anyway - Debconf 16",
                "header": "I will talk about software bundling solutions, mainly Flatpak (XdgApp) and Limba, which problems they actually solve and why solving these issues is important for the Linux ecosystem as a whole. I will explain how bundling is implemented in the shiny new solutions available on Linux, and what we as distributor could do to make software bundles suck less and keep the distribution relevant.\nAdditionally, I'll explain which roles sandboxing (Flatpak, Bubblewrap) plays in the big picture.\n\nTalk (45 mins) session with Matthias Klumpp during Debconf 16",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:39:25.880000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T04:55:00+02:00",
            "endtime": "2024-04-18T05:34:25.880000+02:00",
            "duration": "00:39:25.880000"
        },
        {
            "id": 182483,
            "video": {
                "id": 625841,
                "name": "Blokkjedeteknologier og kryptovaluta-løsninger",
                "header": "Thor-Harald Johansen Fra Bitspace AS introduserer de tekniske løsningene som Bitspace jobber med: Blokkjedeteknologier og kryptovaluta-løsninger for (1) Grensesnitt mot tradisjonelle banktjenester, (2) Steemit/sosiale medier basert på kryptovaluta, og (3) Utvikling og etablering av løsninger og tjenester for the unbanked/de bankløse i den fremvoksende kryptoøkonomien.\r\n\r\nNUUG talk from 2016-12-13.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:54:53.120000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T05:35:00+02:00",
            "endtime": "2024-04-18T06:29:53.120000+02:00",
            "duration": "00:54:53.120000"
        },
        {
            "id": 182484,
            "video": {
                "id": 626105,
                "name": "FSCONS 2017 - Patrice Riemens - Cryptocurrency meets Universal Basic Income",
                "header": "The concept of  an Universal, unconditional Basic Income (UBI) is getting increasing traction in many political and economic circles, this in view of the major ('disruptive') changes society in general and the 'labor market' in particular are set to experience in the (very) near future. Though in its essence absurdly simple - the name says it all - UBI forms a complex tangle of issues, and is the subject of fierce debate. Demands for UBI are an outcome of a general discontent with the present dispensation and especially the role of finance in it.  UBI also narrowly connects  with the rise of a new - 'and dangerous'  social class-in-forming  (-Guy Standing): the 'Precariat.' \r\n\r\nSome developers of cryptocurrencies, often also members of the precariat themselves (even if the upper tier of it) -- being by definition adverse to the existing forms of (fiat) money, by now the private property of 'banksters' -- view UBI as being a uniquely appropriate platform to push thru the monetary transformation they envisage, by advocating to pay it out in (their) cryptocurrency . One of these cryptocurrencies, Duniter (1,2), even makes its own existence more or less contingent upon the existence of UBI.\r\n\r\nI am not so sure this is a good idea, and this has to do with the still unresolved, and, immo, quite fundamental problems with the 'usability' of cryptocurrencies with the population at large, and the likewise largely unresolved economic issues with the concept of cryptocurrency itself in general. \r\n\r\nSince doubt expresses uncertainty and a wish to discuss, I want to format my talk, just like I did when I discussed Bitcoin at the Göteborg FSCONS in 2015, as a dialogue with the audience, and then especially with the potentially 'tech solutionist' component in it.\r\n\r\n\r\n(1) https://duniter.org/en/presentation/\r\n(2) http://basicincome.org/news/2017/01/interview-time-digital-basic-income/\r\n\r\n\r\nRecorded for FSCONS by NUUG.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:41:29.080000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T06:30:00+02:00",
            "endtime": "2024-04-18T07:11:29.080000+02:00",
            "duration": "00:41:29.080000"
        },
        {
            "id": 182485,
            "video": {
                "id": 626644,
                "name": "Trond Alis kvarter XV",
                "header": "Trond Ali og Hanan Khair Bakir snakker om palestinske barn i israelske fengsler.",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:15:16.800000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T07:12:00+02:00",
            "endtime": "2024-04-18T07:27:16.800000+02:00",
            "duration": "00:15:16.800000"
        },
        {
            "id": 182486,
            "video": {
                "id": 625700,
                "name": "Meet MariaDB 10.2 - Debconf 16",
                "header": "New MariaDB major release is out of the door. It has new unique features, performance enhancements, as well as better MySQL compatibility. This talk will go over everything new that MariaDB 10.2 has to offer. It will describe all new features, both MySQL compatible, and MariaDB-only ones and show usage examples and practical use cases.\n\nTalk (45 mins) session with Sergei Golubchik during Debconf 16",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:31:21.880000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T07:28:00+02:00",
            "endtime": "2024-04-18T07:59:21.880000+02:00",
            "duration": "00:31:21.880000"
        },
        {
            "id": 182487,
            "video": {
                "id": 627399,
                "name": "Protest28AprilBaseavtaleUSA",
                "header": "Appeller mot baseavtale med USA. Protest foran Stortinget 28. april 2022",
                "description": "Protest i Oslo 28. april mot baseavtale med USA",
                "creator": "ghem@getmail.no",
                "organization": {
                    "id": 152,
                    "name": "Stopp NATO",
                    "homepage": "https://stoppnato.no/",
                    "description": "",
                    "postalAddress": "Heimdalsgata 21",
                    "streetAddress": "Heimdalsgata 21",
                    "editorId": 2311,
                    "editorName": "Geir Hem",
                    "editorEmail": "ghem@getmail.no",
                    "editorMsisdn": "+47 908 24 189",
                    "fkmember": true
                },
                "duration": "00:38:25.240000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T08:00:00+02:00",
            "endtime": "2024-04-18T08:38:25.240000+02:00",
            "duration": "00:38:25.240000"
        },
        {
            "id": 182488,
            "video": {
                "id": 625828,
                "name": "Venter på Snowden med Christian Borch, Edward Snowden, John Crane, Alan Rusbridger, Michael Tetzschner, Snorre Valen",
                "header": "William Nygaard, leder Norsk PEN, ønsker velkommen.\r\nEdward Snowden intervjues av Christian Borch på link fra Moskva.\r\nIntervju med varsleren John Crane (USA)\r\n\r\nPaneldebatt\r\n\r\nJohn Crane\r\nAlan Rusbridger – tidligere sjefsredaktør i The Guardian\r\nMichael Tetzschner – stortingspolitiker (H)\r\nSnorre Valen – stortingspolitiker (SV)\r\n\r\nLeder av Norsk PENs Komité for Fengslede Forfattere, Brit Bildøen, presenterer årets “fokusfanger”, dvs. de fengslede forfattere, journalister etc. som PEN-sentere over hele verden retter oppmerksomheten mot på denne dagen.\r\n\r\nEdward Snowdens kamp for å få en rettslig garanti for at han ikke blir utlevert til USA dersom han kommer til Norge for å motta Ossietzky-prisen, trekker i langdrag.  Da Norsk PEN 7. mars i år bekjentgjorde at Ossietzky-prisen for 2016 tildeles varsleren Edward Snowden, ble prisseremonien fastsatt til 18. november i Universitetets Aula. Saken er nå hos Høyesterett. Etter samråd med våre advokater i firmaet Schjødt, har Norsk PEN derfor besluttet å utsette tildelingen av prisen, som forhåpentlig kan skje ved Edward Snowdens personlige tilstedeværelse. Tildeling av Ossietzky-prisen 2016 til Edward Snowden vil derfor finne sted 7. juni 2017.\r\n\r\nNorsk PEN opprettholder imidlertid det årlige arrangementet 18. november for markering av den internasjonale Fengslede Forfatteres Dag. Edward Snowdens avsløringer og situasjon som varsler blir sentralt her. Snowden vil selv tale til forsamlingen via skype fra Moskva.\r\n\r\nProgrammet er på engelsk.  Musikkinnslaget med Pål Moddi Knutsen er klippet vekk for å spare opphavsrettighetskostnader.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "01:56:14.120000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T08:39:00+02:00",
            "endtime": "2024-04-18T10:35:14.120000+02:00",
            "duration": "01:56:14.120000"
        },
        {
            "id": 182489,
            "video": {
                "id": 625458,
                "name": "Kommunenes digitale arkiv som et felleskomponent basert på fri programvare",
                "header": "Når alt var på papir så var arkivet en opplagt sentral enhet i en forvaltningsorgan. Dette er noe som egentlig ikke har fulgt med i overgangen til den digitale hverdagen og det digitale arkivet er blitt redusert til postmottak og saksbehandling. Resultatet er en forvaltning som svekker innbyggernes rettssikkerhet og et hull i rikets hukommelse. \r\n\r\nPolitikerne sier mye om digitalisering men hvis ikke det digitale arkivet får en sentral plass i IT-arkitekturen så vil digitaliseringsproblematikken fortsatt bli uløst. Denne viktige felleskomponenten burde være tilgjengelig som fri programvare slik at vi får mer kunnskap og innsikt i danningen og bevaringen av forvaltningens arkiver.\r\n\r\nDet kommunale arkivmiljøet sammen med HiOA har jobbet i flere år med et prosjekt for å realisere en NOARK5-kjerne basert på en fri programvare lisens.  Vi har på plass en løsning som kan fungere som en innsynsløsning for NOARK5-uttrekk og begynner nå arbeidet med å fullføre kjernen og få den godkjent. Dette er en REST/JSON-basert tjeneste og vi vil presentere løsningen til dere samtidig som vi diskuterer veien videre.  Kildekoden er tilgjengelig fra https://github.com/KDRS-SA/kdrs-toolbox-innsyn\r\n\r\nThomas Sødring jobber som førsteamanuensis på arkivutdanningen ved Høyskolen i Oslo og Akershus. Han er utdannet ved Dublin City University i Irland der han tok både bachelor og doktorgrad i Informatikk. Som forsker han han har jobbet både med informasjonsgjennfinning og simulering men de siste årene har han brukt tiden sin på problemene rundt arkiv og digitalisering, noe som har resultert i noen programmer som er gitt ut som fri programvare. På Høyskolen er han en del av en forskergruppe som heter METAINFO som forsker på metadata og dens bruk.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "01:29:22.120000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T10:36:00+02:00",
            "endtime": "2024-04-18T12:05:22.120000+02:00",
            "duration": "01:29:22.120000"
        },
        {
            "id": 182490,
            "video": {
                "id": 625774,
                "name": "TED - Andrew Pelling: This scientist makes ears out of apples",
                "header": "Andrew Pelling is a biohacker, and nature is his hardware. His favorite materials are the simplest ones (and oftentimes he finds them in the garbage). Building on the cellulose structure that gives an apple its shape, he \"grows\" lifelike human ears, pioneering a process that might someday be used to repair body parts safely and cheaply. And he has some even wilder ideas to share ... \"What I'm really curious about is if one day it will be possible to repair, rebuild and augment our own bodies with stuff we make in the kitchen,\" he says.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:07:09.380000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T12:06:00+02:00",
            "endtime": "2024-04-18T12:13:09.380000+02:00",
            "duration": "00:07:09.380000"
        },
        {
            "id": 182491,
            "video": {
                "id": 625438,
                "name": "TED - Maryn McKenna: What do we do when antibiotics don’t work any more?",
                "header": "Penicillin changed everything. Infections that had previously killed were suddenly quickly curable. Yet as Maryn McKenna shares in this sobering talk, we've squandered the advantages afforded us by that and later antibiotics. Drug-resistant bacteria mean we're entering a post-antibiotic world — and it won't be pretty. There are, however, things we can do ... if we start right now.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:17:03.770000",
                "categories": [
                    "Beredskap",
                    "Samfunn og politikk",
                    "Solidaritet og bistand",
                    "Velferd"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T12:14:00+02:00",
            "endtime": "2024-04-18T12:31:03.770000+02:00",
            "duration": "00:17:03.770000"
        },
        {
            "id": 182492,
            "video": {
                "id": 626096,
                "name": "FSCONS 2017 - Lightning Talks 2",
                "header": "Lightning talks from Day 2 of FSCONS 2017. \r\n\r\nRecorded by NUUG for FSCONS.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:57:57.140000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T12:32:00+02:00",
            "endtime": "2024-04-18T13:29:57.140000+02:00",
            "duration": "00:57:57.140000"
        },
        {
            "id": 182493,
            "video": {
                "id": 626484,
                "name": "NUUG Meetup 2020-09-08: Lagring av store mengde data hos Qvisten Animation",
                "header": "Månedens tema er: «Lagring av store mengder data hos Qvisten Animation» med Andreas Martin Aanerud. Foredraget vil foregå på norsk. Kort om forelesningen:\r\n\r\nQvisten Animation benytter seg av FreeNAS, som lagrings system, som baserer seg på openZFS. Vi skal se på hvordan Qvisten Animasjon har satt opp systemet med automatiske snapshots, sikker overføring av data til andre studioer, samt bruk av rclone til Google Drive!\r\n\r\nAndreas Martin Aanerud har jobbet i krysningen mellom IT og Medier i over 15 år, hvor fokus har vært på alt fra lagring og nettverk, ned til bruk av image magic og Pixars OpenSource prosjekter som Universal Scene Description.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "01:00:25.680000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T13:30:00+02:00",
            "endtime": "2024-04-18T14:30:25.680000+02:00",
            "duration": "01:00:25.680000"
        },
        {
            "id": 182494,
            "video": {
                "id": 626118,
                "name": "FSCONS 2017 - Geoffroy Couprie - Replacing core infrastructure without disrupting the community, the VLC way",
                "header": "This talk draws from ongoing work on VLC media player, Rust and Langsec, and focuses on tools and ideas to improve the basic building blocks of our system. There's a special attention to the way it can be introduced in existing projects and communities without disrupting their development or losing knowledge, and how we can build upon the previous steps to make the next one safer.\r\n\r\nRecorded by NUUG for FSCONS.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:48:53.040000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T14:31:00+02:00",
            "endtime": "2024-04-18T15:19:53.040000+02:00",
            "duration": "00:48:53.040000"
        },
        {
            "id": 182495,
            "video": {
                "id": 625529,
                "name": "TED - Linus Torvalds: The mind behind Linux",
                "header": "Linus Torvalds transformed technology twice — first with the Linux kernel, which helps power the Internet, and again with Git, the source code management system used by developers worldwide. In a rare interview with TED Curator Chris Anderson, Torvalds discusses with remarkable openness the personality traits that prompted his unique philosophy of work, engineering and life. \"I am not a visionary, I'm an engineer,\" Torvalds says. \"I'm perfectly happy with all the people who are walking around and just staring at the clouds ... but I'm looking at the ground, and I want to fix the pothole that's right in front of me before I fall in.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:21:34.050000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T15:20:00+02:00",
            "endtime": "2024-04-18T15:41:34.050000+02:00",
            "duration": "00:21:34.050000"
        },
        {
            "id": 182496,
            "video": {
                "id": 625342,
                "name": "TED - Marco Tempest: A cyber-magic card trick like no other",
                "header": "The suits, numbers and colors in a deck of cards correspond to the seasons, moon cycles and calendar. Marco Tempest straps on augmented reality goggles and does a card trick like you’ve never seen before, weaving a lyrical tale as he deals. (This version fixes a glitch in the original performance, but is otherwise exactly as seen live by the TEDGlobal audience, including the dazzling augmented reality effects.)\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:06:32.580000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T15:42:00+02:00",
            "endtime": "2024-04-18T15:48:32.580000+02:00",
            "duration": "00:06:32.580000"
        },
        {
            "id": 182497,
            "video": {
                "id": 626782,
                "name": "Anklager Israel for apartheid og forfølgelse av palestinere - Aftenposten",
                "header": "Anklager Israel for apartheid og forfølgelse av palestinere - Aftenposten",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:06:09.800000",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T15:49:00+02:00",
            "endtime": "2024-04-18T15:55:09.800000+02:00",
            "duration": "00:06:09.800000"
        },
        {
            "id": 182498,
            "video": {
                "id": 622292,
                "name": "Medieinsp. - Bibel",
                "header": "Bibelen som vaksinasjon",
                "description": null,
                "creator": "erik@frikanalen.no",
                "organization": {
                    "id": 3,
                    "name": "Frikanalen",
                    "homepage": "https://frikanalen.no",
                    "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                    "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2086,
                    "editorName": "Tore Sinding Bekkedal",
                    "editorEmail": "toresbe@protonmail.com",
                    "editorMsisdn": "+47 918 59 508",
                    "fkmember": true
                },
                "duration": "00:03:22.320000",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T15:56:00+02:00",
            "endtime": "2024-04-18T15:59:22.320000+02:00",
            "duration": "00:03:22.320000"
        },
        {
            "id": 182175,
            "video": {
                "id": 626319,
                "name": "Anne Cath. Vestlys 100-årsjubileum",
                "header": "I år ville forfatteren Anne Cath. Vestly fylt 100 år. Empo var på plass da dagen ble feiret i forfatterens fødeby, nemlig Rena.",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 978 41 612",
                    "fkmember": true
                },
                "duration": "00:03:02.400000",
                "categories": [
                    "Kultur"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-04-18T16:00:00+02:00",
            "endtime": "2024-04-18T16:03:02.400000+02:00",
            "duration": "00:03:02.400000"
        },
        {
            "id": 182499,
            "video": {
                "id": 625343,
                "name": "TED - Marco Tempest: Maybe the best robot demo ever",
                "header": "Marco Tempest uses charming stagecraft to demo EDI, the multi-purpose robot designed to work very closely with humans. Less a magic trick than an intricately choreographed performance, Tempest shows off the robot’s sensing technology, safety features and strength, and makes the case for a closer human-robot relationship. (Okay, there’s a little magic, too.)\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:06:18.760000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T16:04:00+02:00",
            "endtime": "2024-04-18T16:10:18.760000+02:00",
            "duration": "00:06:18.760000"
        },
        {
            "id": 182500,
            "video": {
                "id": 626034,
                "name": "Caminandes 3: Llamigos",
                "header": "I denne episoden av tegnefilmserien Caminandes blir vi enda bedre kjent med vår helt Koro.  Det er vinter i Patagonia, og det er lite mat.  Llamaen Koro møter den plagsomme pingvinen Oti i en episk kamp om siste saftige bær.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:02:30.125000",
                "categories": [
                    "Barn og ungdom"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T16:11:00+02:00",
            "endtime": "2024-04-18T16:13:30.125000+02:00",
            "duration": "00:02:30.125000"
        },
        {
            "id": 182501,
            "video": {
                "id": 626445,
                "name": "Infoplakat Frikanalen",
                "header": "Informasjon om Frikanalen",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 3,
                    "name": "Frikanalen",
                    "homepage": "https://frikanalen.no",
                    "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                    "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2086,
                    "editorName": "Tore Sinding Bekkedal",
                    "editorEmail": "toresbe@protonmail.com",
                    "editorMsisdn": "+47 918 59 508",
                    "fkmember": true
                },
                "duration": "00:00:35.120000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T16:14:00+02:00",
            "endtime": "2024-04-18T16:14:35.120000+02:00",
            "duration": "00:00:35.120000"
        },
        {
            "id": 182176,
            "video": {
                "id": 626319,
                "name": "Anne Cath. Vestlys 100-årsjubileum",
                "header": "I år ville forfatteren Anne Cath. Vestly fylt 100 år. Empo var på plass da dagen ble feiret i forfatterens fødeby, nemlig Rena.",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 978 41 612",
                    "fkmember": true
                },
                "duration": "00:03:02.400000",
                "categories": [
                    "Kultur"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-04-18T16:15:00+02:00",
            "endtime": "2024-04-18T16:18:02.400000+02:00",
            "duration": "00:03:02.400000"
        },
        {
            "id": 182502,
            "video": {
                "id": 625338,
                "name": "TED - Marco Tempest: The electric rise and fall of Nikola Tesla",
                "header": "Combining projection mapping and a pop-up book, Marco Tempest tells the visually arresting story of Nikola Tesla -- called “the greatest geek who ever lived” -- from his triumphant invention of alternating current to his penniless last days.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:06:05.250000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T16:19:00+02:00",
            "endtime": "2024-04-18T16:25:05.250000+02:00",
            "duration": "00:06:05.250000"
        },
        {
            "id": 182503,
            "video": {
                "id": 626057,
                "name": "Caminandes 2: Gran Dillama",
                "header": "Llamaen Koro erfarer at gresset er grønnere på den andre siden av gjerdet, og at veien dit kan være lang.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:02:26.083333",
                "categories": [
                    "Barn og ungdom"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T16:26:00+02:00",
            "endtime": "2024-04-18T16:28:26.083333+02:00",
            "duration": "00:02:26.083333"
        },
        {
            "id": 182504,
            "video": {
                "id": 626055,
                "name": "Frikanalen Informasjonsfilm",
                "header": "Info!",
                "description": "",
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 3,
                    "name": "Frikanalen",
                    "homepage": "https://frikanalen.no",
                    "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                    "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2086,
                    "editorName": "Tore Sinding Bekkedal",
                    "editorEmail": "toresbe@protonmail.com",
                    "editorMsisdn": "+47 918 59 508",
                    "fkmember": true
                },
                "duration": "00:00:48.090000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T16:29:00+02:00",
            "endtime": "2024-04-18T16:29:48.090000+02:00",
            "duration": "00:00:48.090000"
        },
        {
            "id": 182177,
            "video": {
                "id": 626555,
                "name": "NUUG Meetup 2020-10-13: 0G: Escaping the Surveillance Blackhole with Free Mobile Computing",
                "header": "Alexandre Oliva presents.\r\n\r\nSo-called smartphones have long been recognized as a surveillance problem by the Free Software community, and it feels like, even at the speed of light, no personal data can escape them any more. Still, they offer useful features that many people find valuable enough to make up for their perceived privacy loss, to everyone's detriment. What if we could get the useful features without sacrificing our privacy? We have enough Free Software and Hardware, and we could have surveillance-Free OLPC-like networking with Tor, using onion-like services for incoming calls. Time seems ripe. Who wants one? Who wants to make them? How can we make them viable? We welcome you to learn more about the 0G project.\r\n\r\nAlexandre Oliva is a Free Software Evangelist, GNU speaker, Recipient of FSF's 2016 Award for the Advancement of Free Software and FSF and FSF Latin America board member. He is also 0G foreseer of the 0G project, LibrePlanet São Paulo activist, Maintainer of GNU Linux-libre, and co-maintainer of the GNU Compiler Collection, GNU binutils and GNU libc and finally GNU tools engineer at AdaCore.",
                "description": null,
                "creator": "davidwnoble@gmail.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:56:11.440000",
                "categories": []
            },
            "schedulereason": 4,
            "starttime": "2024-04-18T16:30:00+02:00",
            "endtime": "2024-04-18T17:26:11.440000+02:00",
            "duration": "00:56:11.440000"
        },
        {
            "id": 182505,
            "video": {
                "id": 625523,
                "name": "TED - Tania Simoncelli: How I took on the gene patent industry -- and won",
                "header": "Are human genes patentable? Back in 2005, when Tania Simoncelli first contemplated this complex question, US patent law said they were — which meant patent holders had the right to stop anyone from sequencing, testing or even looking at a patented gene. Troubled by the way this law both harmed patients and created a barrier to biomedical innovation, Simoncelli and her colleagues at the ACLU challenged it. In this riveting talk, hear the story of how they took a case everybody told them they would lose all the way to the Supreme Court.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:18:09.670000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T17:27:00+02:00",
            "endtime": "2024-04-18T17:45:09.670000+02:00",
            "duration": "00:18:09.670000"
        },
        {
            "id": 182506,
            "video": {
                "id": 625333,
                "name": "TED - Peter van Manen: How can Formula 1 racing help ... babies?",
                "header": "During a Formula 1 race, a car sends hundreds of millions of data points to its garage for real-time analysis and feedback. So why not use this detailed and rigorous data system elsewhere, like ... at children’s hospitals? Peter van Manen tells us more.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:07:56.750000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T17:46:00+02:00",
            "endtime": "2024-04-18T17:53:56.750000+02:00",
            "duration": "00:07:56.750000"
        },
        {
            "id": 182507,
            "video": {
                "id": 626648,
                "name": "Palestinske høytider",
                "header": "Trond Ali og Hanan snakker om palestinske høytider",
                "description": null,
                "creator": "linstad@urtehagen.com",
                "organization": {
                    "id": 137,
                    "name": "Trond Ali Linstad",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "0187 Oslo",
                    "streetAddress": "Norbygata 13",
                    "editorId": 2216,
                    "editorName": "Trond Ali Linstad",
                    "editorEmail": "linstad@urtehagen.com",
                    "editorMsisdn": "+47 406 16 181",
                    "fkmember": true
                },
                "duration": "00:04:14.087421",
                "categories": [
                    "Solidaritet og bistand"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T17:54:00+02:00",
            "endtime": "2024-04-18T17:58:14.087421+02:00",
            "duration": "00:04:14.087421"
        },
        {
            "id": 182508,
            "video": {
                "id": 626445,
                "name": "Infoplakat Frikanalen",
                "header": "Informasjon om Frikanalen",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 3,
                    "name": "Frikanalen",
                    "homepage": "https://frikanalen.no",
                    "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                    "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                    "streetAddress": "Åsvegen 115\r\n2740 ROA",
                    "editorId": 2086,
                    "editorName": "Tore Sinding Bekkedal",
                    "editorEmail": "toresbe@protonmail.com",
                    "editorMsisdn": "+47 918 59 508",
                    "fkmember": true
                },
                "duration": "00:00:35.120000",
                "categories": [
                    "Annet"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T17:59:00+02:00",
            "endtime": "2024-04-18T17:59:35.120000+02:00",
            "duration": "00:00:35.120000"
        },
        {
            "id": 182178,
            "video": {
                "id": 627537,
                "name": "Flere enn en oppstandelse!",
                "header": "Fra Paulus",
                "description": "Fra Paulus",
                "creator": "amyhr@online.no",
                "organization": {
                    "id": 143,
                    "name": "Evangeliekirken Arendal",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "4848 Arendal",
                    "streetAddress": "Gunhildsboveien 68",
                    "editorId": 2241,
                    "editorName": " ",
                    "editorEmail": "amyhr@online.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:51:33.733333",
                "categories": [
                    "Religion og livssyn"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-04-18T18:00:00+02:00",
            "endtime": "2024-04-18T18:51:33.733333+02:00",
            "duration": "00:51:33.733333"
        },
        {
            "id": 182509,
            "video": {
                "id": 626551,
                "name": "Norge som krigsnasjon",
                "header": "Terje Alnes snakker om Norge som permanent krigsnasjon (kortversjon)",
                "description": null,
                "creator": "skrohn@broadpark.no",
                "organization": {
                    "id": 142,
                    "name": "Norge ut av NATO",
                    "homepage": null,
                    "description": "",
                    "postalAddress": "",
                    "streetAddress": "",
                    "editorId": 2232,
                    "editorName": "Sonja Krohn",
                    "editorEmail": "skrohn@broadpark.no",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:42:55.480000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T18:52:00+02:00",
            "endtime": "2024-04-18T19:34:55.480000+02:00",
            "duration": "00:42:55.480000"
        },
        {
            "id": 182510,
            "video": {
                "id": 625325,
                "name": "TED - Lawrence Lessig: We the People, and the Republic we must reclaim",
                "header": "There is a corruption at the heart of American politics, caused by the dependence of Congressional candidates on funding from the tiniest percentage of citizens. That's the argument at the core of this blistering talk by legal scholar Lawrence Lessig. With rapid-fire visuals, he shows how the funding process weakens the Republic in the most fundamental way, and issues a rallying bipartisan cry that will resonate with many in the U.S. and beyond.\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:18:19.400000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T19:35:00+02:00",
            "endtime": "2024-04-18T19:53:19.400000+02:00",
            "duration": "00:18:19.400000"
        },
        {
            "id": 182511,
            "video": {
                "id": 625504,
                "name": "TED - Lucianne Walkowicz: Let's not use Mars as a backup planet",
                "header": "Stellar astronomer and TED Senior Fellow Lucianne Walkowicz works on NASA's Kepler mission, searching for places in the universe that could support life. So it's worth a listen when she asks us to think carefully about Mars. In this short talk, she suggests that we stop dreaming of Mars as a place that we'll eventually move to when we've messed up Earth, and to start thinking of planetary exploration and preservation of the Earth as two sides of the same goal. As she says, \"The more you look for planets like Earth, the more you appreciate our own planet.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:05:54.660000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T19:54:00+02:00",
            "endtime": "2024-04-18T19:59:54.660000+02:00",
            "duration": "00:05:54.660000"
        },
        {
            "id": 182179,
            "video": null,
            "schedulereason": 4,
            "starttime": "2024-04-18T20:00:00+02:00",
            "endtime": "2024-04-18T20:06:45.800000+02:00",
            "duration": "00:06:45.800000"
        },
        {
            "id": 182512,
            "video": {
                "id": 625772,
                "name": "Coreboot - fast, free and secure computer firmware",
                "header": "Coreboot is an extended firmware platform that delivers a lightning fast and secure boot experience on modern computers and embedded systems.\r\n\r\nIntroduction to coreboot ecosystem and the obstacles industry puts on our wishes of a true computer ownership that starts from open firmware. We will have a quick view of the various projects under the coreboot umbrella and how these have evolved in last 15 or so years. We shall cover topics around securing firmware, review and validation process of coreboot source and the goal of leaving minimal attack surfaces behind (keep-it-simple stupid).\r\n\r\nKyösti is a coreboot enthusiast and has been a developer since 2010, with main interests on low-level debugging tools and reverse-engineering on x86.\r\n\r\nNUUG talk from 2016-09-13.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:52:55.120000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T20:07:00+02:00",
            "endtime": "2024-04-18T20:59:55.120000+02:00",
            "duration": "00:52:55.120000"
        },
        {
            "id": 182180,
            "video": {
                "id": 626959,
                "name": "Økt spenning i nordområdene",
                "header": "Temaer som berøres er: Økt militarisering og spenning i nordområdene; Farer ved atomvåpen og opprustning; Norges rolle knyttet til militarisering og allianse- (NATO) og sikkerhetspolitikk",
                "description": null,
                "creator": "ghem@getmail.no",
                "organization": {
                    "id": 152,
                    "name": "Stopp NATO",
                    "homepage": "https://stoppnato.no/",
                    "description": "",
                    "postalAddress": "Heimdalsgata 21",
                    "streetAddress": "Heimdalsgata 21",
                    "editorId": 2311,
                    "editorName": "Geir Hem",
                    "editorEmail": "ghem@getmail.no",
                    "editorMsisdn": "+47 908 24 189",
                    "fkmember": true
                },
                "duration": "00:41:00.400000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 4,
            "starttime": "2024-04-18T21:00:00+02:00",
            "endtime": "2024-04-18T21:41:00.400000+02:00",
            "duration": "00:41:00.400000"
        },
        {
            "id": 182513,
            "video": {
                "id": 625319,
                "name": "TED - Eric Dishman: Health care should be a team sport",
                "header": "When Eric Dishman was in college, doctors told him he had 2 to 3 years to live. That was a long time ago. One rectified diagnosis and a transplant later, Dishman puts his personal experience and his expertise as a leading medical tech specialist together to suggest some bold ideas for reinventing healthcare -- by putting the patient at the center of a treatment team. (Filmed at TED@Intel)\r\n\r\nTED talk downloaded from The Internet Archive.",
                "description": null,
                "creator": "pere@hungry.com",
                "organization": {
                    "id": 82,
                    "name": "NUUG",
                    "homepage": "https://www.nuug.no/",
                    "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                    "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                    "streetAddress": "",
                    "editorId": 2240,
                    "editorName": "Peter M. M. Hansteen",
                    "editorEmail": "peter@bsdly.net",
                    "editorMsisdn": "",
                    "fkmember": true
                },
                "duration": "00:15:59.330000",
                "categories": [
                    "Samfunn og politikk"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T21:42:00+02:00",
            "endtime": "2024-04-18T21:57:59.330000+02:00",
            "duration": "00:15:59.330000"
        },
        {
            "id": 182514,
            "video": {
                "id": 626184,
                "name": "Annerledes av Margrete",
                "header": "Margrete (33) har skrevet og framført et dikt om å leve med en funksjonshemming. Selv har hun asperger-syndrom.",
                "description": null,
                "creator": "rune.hagerup@empo.no",
                "organization": {
                    "id": 66,
                    "name": "Empo AS",
                    "homepage": "https://www.empo.no/",
                    "description": "",
                    "postalAddress": "Teglevegen 27\r\n1400 SKI",
                    "streetAddress": "",
                    "editorId": 2159,
                    "editorName": "Rune Hagerup",
                    "editorEmail": "rune.hagerup@empo.no",
                    "editorMsisdn": "+47 978 41 612",
                    "fkmember": true
                },
                "duration": "00:01:43.200000",
                "categories": [
                    "Kultur"
                ]
            },
            "schedulereason": 5,
            "starttime": "2024-04-18T21:58:00+02:00",
            "endtime": "2024-04-18T21:59:43.200000+02:00",
            "duration": "00:01:43.200000"
        }
    ]
}