Looking for an API service to help schedule events by day of week and time of day. Thoughts?
Ask HN: API service to schedule events by day of week?
1–5 of 5 posts
Re: Ask HN: API service to schedule events by day of week?
#2Good 'ol fashioned Cron will do the trick...
Re: Ask HN: API service to schedule events by day of week?
#3Good 'ol fashioned Cron will do the trick...
fair option
Re: Ask HN: API service to schedule events by day of week?
#4Good 'ol fashioned Cron will do the trick...
fair option
otherwise, it seems overkill to need some public API to do this.
idk what language you're working in, but for local timing issues, Quartz Scheduler is pretty good (for JVM languages). It support cron syntax as well.
Re: Ask HN: API service to schedule events by day of week?
#5Earlier quoted context omitted.
fair option
otherwise, it seems overkill to need some public API to do this. idk what language you're working in, but for local timing issues, Quartz Scheduler is pretty good (for JVM languages). It support cron syntax as well. https://quartz-scheduler.org/
use case is for something similar to what MyFitnessPal does with user-specified reminders by time of week