Giter VIP home page Giter VIP logo

Comments (2)

sedenardi avatar sedenardi commented on July 3, 2024 3

Hi there, thanks for your interest. I definitely need to add to the documentation the info you've asked about.

For the current stable version:

  • Creating, updating, and deleting one-off (not recurring) events work.
  • Calendars can be declared read-only or writable.
  • Calendars themselves aren't editable currently (i.e. changing the title, color)
  • Timezones aren't utilized, everything is in UTC (see next section for why this is changing).
  • Tested it with MacOS Calendar.app as well as iOS (most apps use their system service, tested with the Apple Calendar and Google Calendar apps), and Mozilla Thunderbird (via the Lightning plugin), though Mozilla support isn't high priority.

My immediate roadmap includes (v2):

  • Support recurring events. This is almost done, but I'm waiting on one of the project's dependencies ical-generator to add support for the RECURRENCE-ID field (I submitted a PR).
  • Move from using UNIX timestamps to ISO timestamps. I initially used UNIX timestamp because that's what my company's time is kept in, but it doesn't make sense once you start talking about recurring events. This is done.
  • Test with Android
  • Better documentation

My future roadmap includes:

  • Adding tests (integration tests with a dummy CalDAV client)
  • Add scheduling support (inbox/outbox calendars, defined in the RFC here
  • Add support for Express and other frameworks

Since the recurring event and ISO timestamp stuff significantly changes the API, I want to get that out of the way before I start adding tests. If porting to other frameworks, like Express, interests you, feel free to take a stab at it. Most of the request handling code in koa.js can probably be interfaced away to use another framework's req/res/context model fairly easily.

from caldav-adapter.

sedenardi avatar sedenardi commented on July 3, 2024

Closing this for now. I've updated the README with the clients tested with (as well as a ton of other documentation).

from caldav-adapter.

Related Issues (11)

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.