Giter VIP home page Giter VIP logo

koenvervloesem / remarkable-calendar-creator Goto Github PK

View Code? Open in Web Editor NEW
49.0 2.0 2.0 1.91 MB

Create calendars to display on a reMarkable device as the suspend screen or to write notes on, including events from your own online iCal calendar

License: MIT License

Makefile 6.27% Shell 93.73%
remarkable-tablet remarkable remarkable-2 remarkable-splash-screen remarkable-suspend-screen calendar ical icalendar ics pcal

remarkable-calendar-creator's Introduction

remarkable-calendar-creator's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

remarkable-calendar-creator's Issues

[Feature request] Support password protected calendars

I use Radicale as a calendar server, and my calendars are password protected with with a .htaccess file. For a calendar client to talk to this server, it needs to authenticate itself with HTTP Basic Authorization.

I tried setting ICS_URL as the URL to my calendar, and supplying my user name and password in the URL as https://user:[email protected]. This format works when downloading in a browser, but doesn't work with wget, which seems to be what's used by the downloader?

Normally with wget, I could use either of the following two methods to authenticate:

wget https://server.com --http-user='user' --http-password='password'
wget https://server.com --header 'Authorization: Basic XXX'

So I tried hacking the downloader a bit by injecting the credentials in ICS_URL as wget options. I tried:

ICS_URL="https://server.com --http-user='user' --http-password='password'"
ICS_URL="https://server.com --header 'Authorization: Basic XXX'"

But your downloader binary seems to (probably wisely) encode the spaces to %20 in the background; I can see in the output that the options just end up as part of the URL:

--2021-11-18 18:14:52--  https://server.com%20--http-user='user'%20--http-password='password'
--2021-11-18 18:17:32--  https://server.com%20--header%20'Authorization:%20Basic%XXX'

Maybe some options could be added to the env file to enable authentication in situations like this? e.g., ICS_HTTP_USER, ICS_HTTP_PASSWORD, ICS_HTTP_BASIC_HEADER

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.