Show HN: Convier.me – A Calendar Service for Developers
1–10 of 87 posts
Re: Show HN: Convier.me – A Calendar Service for Developers
#2Congrats on shipping!
Re: Show HN: Convier.me – A Calendar Service for Developers
#3Maybe that's being developed, but the American date format with no timezone being described as "English textual" (say what?!) seems to be ignoring all the standards for date and time (eg. RFC3339[1]), yet other parts of the docs clearly show awareness of RFCs!
If you're pushing events to people, presumably you know exactly when they're going to happen, but with this API you're saying "here's an event, just pick your own timezone!"
Nice idea though, it'll be interesting to see how it develops.
Re: Show HN: Convier.me – A Calendar Service for Developers
#4Re: Show HN: Convier.me – A Calendar Service for Developers
#5Re: Show HN: Convier.me – A Calendar Service for Developers
#6(There also is outdated pricing information in your docs)
One thing that would make this really useful is a frontend widget that abstracts away many of the common complexities that arise and right now still have to be learned by everyone using this API. E.g. learning how to correctly construct recurring events and implementing a minimal UI for it would still be a pain even with this API. Algolia and their instantsearch.js (and React, etc.) packages are a great example for that where you get the faceting display logic for free.
Re: Show HN: Convier.me – A Calendar Service for Developers
#7[0] https://github.com/jaredlt/add_to_calendar
[1] https://github.com/InteractionDesignFoundation/add-event-to-...
Re: Show HN: Convier.me – A Calendar Service for Developers
#8Re: Show HN: Convier.me – A Calendar Service for Developers
#9If you’re looking for an alternative approach, I built this Add To Calendar Ruby Gem[0] which generates URLs for all the common Calendar platforms. There’s also this reference repo[1] which helps explains how to build your own and lists some other libraries in various languages. [0] https://github.com/jaredlt/add_to_calendar [1] https://github.com/InteractionDesignFoundation/add-event-to-...
Re: Show HN: Convier.me – A Calendar Service for Developers
#10What would make me definitely use this are frontend components too, like a calendar component (e.g. Vuetify's one), or especially a Calendly-like self-scheduler like the ones offered by Nylas or Kloudless, but at that point it's basically a totally different product.