For events or data that occur more than once. Use `recursion` for functions that call themselves.
Questions tagged [recurring]
317 questions
0
votes
2 answers
Paypal recurring Smart Payment Button
Is it possible with the Smart Payment Button for Paypal recurring payments to pass additional parameters like an invoice id for example.
paypal.Buttons({
createSubscription: function(data, actions) {
return actions.subscription.create({
…

user2133694
- 23
- 1
- 8
0
votes
1 answer
Calculating future revenue projection on recurring payments with various terms
I have a service with various packages, that can all be purchased monthly, quarterly, semi-annually, and yearly.
Each package has a due_on date which I increment when someone renews.
It's easy to calculate how much revenue I can roughly expect this…

Emma Arbogast
- 190
- 2
- 12
0
votes
2 answers
Is there a way to multiply results in SQL?
I am building a website which populates from a database. I'm testing now, and I'd like to see what my site will look like with a lot of data (mainly so I can watch performance, build out pagination, and address any issues with presentation). I have…

Brendan
- 107
- 2
- 13
0
votes
6 answers
Is there a good way to create a recurring import for an ASP.NET site?
The site I'm working on is running Windows Server 2003 and SQL Server 8 (2000?), and ASP.NET 3.5.
I need to have some sort of script or application run to import data from an FTP'd text file, into the database. There is already a site running on…

John B
- 20,062
- 35
- 120
- 170
0
votes
1 answer
Get recurring events from sharepoint (2010) with powershell + CAML
* EDIT: *
Managed to fetch the reccuring events.
How do I overcome the year limit?
I want to get all items, even 5 years ahead.
-------- Original ----------
I am trying to run a…

Shneor
- 57
- 7
0
votes
2 answers
How can I loop with the output variable in the beginning of the loop for my recurring events? PHP
I'm making a function so that I can make recurring events.
The first thing I need to do is duplicate the event date at set intervals. For example (August 2, 2019) with 1 week interval will produce;
August 9, 2019
August 16, 2019
August 23, 2019 and…

David Woodworth
- 21
- 5
0
votes
1 answer
Count duplicates / recurring IDs within 24 hours
I'm trying to count number of comments that each user posted within 24 hours. In other words: count number of duplicates (=user ids) within 24 hours. If count is >= 5 I want to record it.
Example (final output below):
If a user with an ID 100…

Eva
- 3
- 2
0
votes
1 answer
Has anyone been able to get recurring payments working with Google Checkout?
I'm working with a non-profit who has been given a grant by Google that removed the 2.9% fee that Google Checkout applies to each charge that uses the service.
Because of this we are looking to it as a primary candidate for an upgrade of our…

evanmcd
- 1,967
- 3
- 32
- 52
0
votes
0 answers
Is it possible to reference another property in a constructor?
Background
It started with a cmdlet as an answer for Save hash table in PowerShell object notation (PSON). Meanwhile evolved to ConvertTo-Expression. A cmdlet that serializes PowerShell objects to a PowerShell expression.
Being a little involved in…

iRon
- 20,463
- 10
- 53
- 79
0
votes
0 answers
How to schedule recurring downloads
I'm a web developer that works with government agencies. Recently, I've gotten a request to make a fully searchable, indexed file repository for documents used by EMS and also the public. These are protocols for dealing with heart failure,…

Ryan
- 127
- 1
- 10
0
votes
2 answers
Check Umbraco site is ready and it's connected to the database
My Umbraco site has a recurring task which runs every 60 mins. The problem is when Umbraco is not installed yet, the task block the installation process.
I'm trying to detect the status of my Umbraco site by this:
var isApplicationInstalled =…

Jared Chu
- 2,757
- 4
- 27
- 38
0
votes
0 answers
FullCalendar Recurring Events not working properly
I am using FullCalendar to try and display both a year list of events and a calendar view of events. Both are having problems with the same code structure. (So I am using the list one as my example.
I am trying to set an end date on my recurring…

BigD
- 25
- 1
- 9
0
votes
0 answers
it is possible to cancel recurring process in payapal payment through laravel
I implement recurring payment in my website and it is working. But I am unable to cancel the subscription .
how it's possible to cancel recurring paypal payment using laravel
(if it is daily weekly monthly or yearly plan)

kajal
- 1
0
votes
0 answers
Ext.ensible.cal.RecurrenceField not working on Ext.TabPanel
I am new to ExtJS and I am working on a project that creates a recurrence when an appointment is scheduled.
After some digging, I got a link for creating recurrence like http://ext.ensible.com/deploy/dev/examples/form/recurrence-widget.html
I have…

Chaitanya Kumar
- 212
- 2
- 13
0
votes
1 answer
Recurring function nonetype object is not iterable
So I get an error when running this recurring function, and I can't figure out what am I doing wrong.
The script is just trying to fit a text inside an image by scaling the size of the font until it's small enough. The first runs are correct, enters…

rnavarro
- 11
- 1
- 4