If 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-...
I commented on one of your issues about all-day events; it's interesting what a hack supporting them is.
Show HN: Convier.me – A Calendar Service for Developers
21–30 of 87 posts
Re: Show HN: Convier.me – A Calendar Service for Developers
#22Nice idea, but seems to lack timezone awareness, which puts me off completely. Maybe 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 goi…
Re: Show HN: Convier.me – A Calendar Service for Developers
#23Re: Show HN: Convier.me – A Calendar Service for Developers
#24The "check the docs" button is not working next to the API request sample.
Re: Show HN: Convier.me – A Calendar Service for Developers
#25"Check the docs" button link on the landing page seems to be broken. All the best to the project!
Re: Show HN: Convier.me – A Calendar Service for Developers
#26Not to put the project down or anything, but if you already have the ability to send transactional email, does this offer anything beyond what you could do with whatever library to generate ics attachments? Or even just generate links for various calendars? https://www.npmjs.com/package/calendar-link What would make me definitely use this are frontend components too, like a calendar component (e.g. Vuetify's one), or…
But for the Node package you mentioned, you are absolutely right.
Re: Show HN: Convier.me – A Calendar Service for Developers
#27You may not want to offer a free version. Freeloaders don't convert and they become a support burden whether or not you offer support to them. Once you want to shut off the free version, which you will, you're going to make those people who used your thing and didn't value it enough to pay you for it mad. They wont convert, they'll just get toxic, because they'll feel entitled to your free service. A free option isn'…
Re: Show HN: Convier.me – A Calendar Service for Developers
#28Nice idea, but seems to lack timezone awareness, which puts me off completely. Maybe 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 goi…