For events or data that occur more than once. Use `recursion` for functions that call themselves.
Questions tagged [recurring]
317 questions
45
votes
3 answers
How to remove all hangfire recurring jobs on startup?
I am looking at using Hangfire as a job scheduler for recurring jobs. So configuring them is simple with AddOrUpdate, but then how do i delete it? I don't want to pollute my code with RecurringJob.RemoveIfExists() when that job has been deleted and…

lahsrah
- 9,013
- 5
- 37
- 67
36
votes
2 answers
How to make NumberPicker non-recurring
Is there any attribute to tell a (standard) NumberPicker to stop after its last value?
E.g. if my MinValue was 0 and my MaxValue was 5 the NumberPicker just repeats itself after the 5, so that the user could scroll endlessly.

Simon Flückiger
- 555
- 1
- 6
- 11
33
votes
12 answers
.NET: Get all Outlook calendar items
How can I get all items from a specific calendar (for a specific date).
Lets say for instance that I have a calendar with a recurring item every Monday evening. When I request all items like this:
CalendarItems =…
Qinnie
21
votes
1 answer
Paypal recurring payment ipn
I have a little question about recurring payments in paypal.
Example: I start a recurring payment, 20$ for each month during 1 year.
Does paypal send an IPN for every month of this recurring payment?
Thanks.

Gori
- 361
- 3
- 14
12
votes
1 answer
How do I change the rate or period of a repeating task using ScheduledExecutorService?
I have a modified version of the bluetooth chat sample app. I have set up a ScheduledExecutorService which sends a command over bluetooth at a predefined rate using scheduleAtFixedRate.
I have set up a PreferenceActivity to allow the period to be…

greencardigan
- 393
- 1
- 3
- 13
12
votes
3 answers
What's a good data structure for periodic or recurring dates?
Is there a published data structure for storing periodic or recurring dates? Something that can handle:
The pump need recycling every five days.
Payday is every second Friday.
Thanksgiving Day is the second Monday in October (US: the fourth…

yukondude
- 24,013
- 13
- 49
- 58
8
votes
2 answers
Algorithm: how to check intersections of recurring events definitions?
The question comes from MS Outlook calendar behavior.
Imagine I have two recurring events (starting from today): "each second Monday" and "every odd date". Is there any way to check intersections and/or find the first intersecting date…

glaz666
- 8,707
- 19
- 56
- 75
8
votes
1 answer
Designing Repeating PHP/MySQL Task
I have a design headache here, I'm using PHP and MySQL in conjunction with Java (my project is an Android application). I have to decide how to run a series of server side calculations at regular intervals. There is a wealth of material here on SO…

sjr
- 301
- 1
- 10
7
votes
4 answers
Magento Recurring Billing Solutions
Magento is a great product but out-of-the-box it really lacks recurring billing support. I've come to a crossroads with my current project and need some direction.
We have exhausted every Google search and module that is under the sun for Magento to…

Jared Eitnier
- 7,012
- 12
- 68
- 123
7
votes
4 answers
Hangfire recurring job daily on specific time
I am trying to run hangfire recurring job daily on 9.00 AM. Here is what I want to do-
RecurringJob.AddOrUpdate(() => MyMethod(), "* 9 * * *");
Where should I put this line of code?
Sorry if this is a foolish question.

s.k.paul
- 7,099
- 28
- 93
- 168
7
votes
4 answers
How to model and store recurring tasks in rails?
Cron solutions in rails are numerous and pretty good. That's not what I'm struggling with here.
Instead, what I'm having trouble with is letting users create their own recurring tasks (like reminders) - specifically how to model and store these in…

Brian Armstrong
- 19,707
- 17
- 115
- 144
7
votes
3 answers
Testing recurring payments (paypal IPN)
I am trying to set up a recurring payment service using paypal, my problem is I cant seem to find a way to test it, I already set up at Daily period and 1 as frequency but still the account seems to take a month to make the next payment,
Paypal says…

rlan
- 81
- 1
- 4
6
votes
2 answers
express checkout for recurring payments does not work for german payers
I am currently developping a PayPal payment transaction with ExpressCheckout and RecurringPayments. Testing the software I get the following message after the ( german ) buyer logged in at paypal for confirming the payment:
"Zurzeit können wir Ihre…

Nilsor
- 61
- 1
- 5
5
votes
3 answers
Recurring tasks in ASP .NET
I have an ASP .NET website running on GoDaddy in a shared environment. The application is a subscription-based service with options for recurring billing to users.
Every hour, we need to synchronize user data with our payment processor to update…

Raheel Khan
- 14,205
- 13
- 80
- 168
4
votes
1 answer
Is this possible to change the recurring payment amount after signing up?
I am Ritu from India.
I have a requirement that after signing up with a particular amount at PayPal Recurring Subscription, I need to change the amount from the next month. Is there any way for Standard PayPal Recurring Payment Subscription for…

Rituparna
- 43
- 1
- 4