Earlier quoted context omitted.
For me it clears it up only 92% of the day. I couldn't tell you when 12:xx AM/PM is right now.
Mnemonic: “AM” is “Always Midnight”
Show HN: Convier.me – A Calendar Service for Developers
61–70 of 87 posts
Re: Show HN: Convier.me – A Calendar Service for Developers
#62This is a great concept! Best of all you have an obvious exit strategy: Twilio and its competitors would love to add this feature set to their portfolio: imagine a txt message that not only offers to sign you up for an event, but adds it to your calendar!
Re: Show HN: Convier.me – A Calendar Service for Developers
#63Re: Show HN: Convier.me – A Calendar Service for Developers
#64Earlier quoted context omitted.
AM / PM clears up the 0900 vs 2100 ambiguity, but agreed re; American date formats.
For me it clears it up only 92% of the day. I couldn't tell you when 12:xx AM/PM is right now.
Re: Show HN: Convier.me – A Calendar Service for Developers
#65Earlier quoted context omitted.
AM / PM clears up the 0900 vs 2100 ambiguity, but agreed re; American date formats.
For me it clears it up only 92% of the day. I couldn't tell you when 12:xx AM/PM is right now.
Re: Show HN: Convier.me – A Calendar Service for Developers
#66Earlier quoted context omitted.
AM / PM clears up the 0900 vs 2100 ambiguity, but agreed re; American date formats.
Yes, I'm not trying to claim that AM/PM is ambiguous, but that me as a person not used to the system (basically everyone except US and a few other countries) have no idea which is which. :)
Having worked on the UI of an event-related service, I can say the error rate is much lower if you go with the ‘11:59’ workaround. In addition to the confusion about whether 12 PM is 00:00 or 12:00, there’s confusion about which calendar day 12 AM falls on. When does a Friday midnight movie start? 99.9% of people will show up at the end of Friday, but in a literal user interface you’d have to choose 12 AM Saturday. I thought of fireworks girl very frequently when I worked on that UI.
Re: Show HN: Convier.me – A Calendar Service for Developers
#67Where will this be useful? I don't understand the use case
Say you had a CRM app where you wanted to let users schedule sales appointments. You could use this API to send the events.
Re: Show HN: Convier.me – A Calendar Service for Developers
#68Any chance you could convert pricing to $X per 1000 requests? My previous company needed something like this (we ended up building it our selves at a whooping cost) but our needs were 50k+/mo of calendar invites.
Yes. Given the feedback so far, I will probably switch to a "pay as you grow" pricing.
Re: Show HN: Convier.me – A Calendar Service for Developers
#69Not 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…
In fact, not all languages have a library as simple as the Node package you are pointing at. Most libraries require you to use the iCalendar standard syntax which, for a single event, is accessible but becomes complicated for a recurring event for example. But for the Node package you mentioned, you are absolutely right.
For context, we use this in production: https://www.npmjs.com/package/ical-generator, but again that's NodeJS
Re: Show HN: Convier.me – A Calendar Service for Developers
#70Earlier quoted context omitted.
For me it clears it up only 92% of the day. I couldn't tell you when 12:xx AM/PM is right now.
PM means post meridiem. That's Latin, but you don't have to remember it. If you simply remember the P means 'post', and the 'M' means the exact middle of the day (12 noon) then you know 12 PM is 12.00 (after noon hence afternoon) and 12 AM is after midnight or 0.00 (the hour after previous day's 23.00 / 11 PM). Then you just need to remember morning is AM, afternoon is PM, evening is PM, and night is AM. That's it. Y…
12AM 1AM 2AM 3AM 4AM ... 11AM 12PM 1PM 2PM ... 11PM 12AM 1AM
even the way you explain it:
"then you know 12 PM is 12.00 (after noon hence afternoon) "
when I read "12 after noon", I understand "noon + 12 hours" which should give midnight..