For events or data that occur more than once. Use `recursion` for functions that call themselves.
Questions tagged [recurring]
317 questions
0
votes
1 answer
How to integrate PayPal subscription in flutter?
Hello all I have searched all over the internet and found one article which shows how to integrate PayPal. But I need how to implement subscription in PayPal like I have some packages and I want that users subscribe for it on monthly basis and…

Zain khan
- 11
- 5
0
votes
1 answer
Specific date given only returns today
I am using this code found on Calendar Recurring/Repeating Events - Best Storage Method
Can someone please help me to let the script run from a given date? The script works fine, but it always start at today.
I want to change:
$now =…

andernicken
- 41
- 9
0
votes
6 answers
Index of x Recurring Character
The following code is supposed to show in a message box the index of the third a in the string checkme, but when I run the program it doesn't give me the right answer (should be 12, instead I get 9). What am I doing wrong and how would I go about…
user77482
0
votes
1 answer
Customize a recurring PayPal Checkout's "A note from the seller"
Is it possible to edit or remove "A note from the seller" text inside paypal checkout? Or Is there a way to add custom CSS inside the paypal checkout?
Screenshot here

JOB
- 1
0
votes
1 answer
Stripe recurring payment integrate with masterpass
Is there any way to take recurring payment with Masterpass using Stripe?
Google pay and Apple pay can take the recurring payment with Stripe by returning the card token for stripe process. Is there any way to get card token like this with…
0
votes
1 answer
Paypal NVP APIs - How to initiate a Bill Payment?
I want to initiate a bill payment with variable amount through API.
PayPal shows details on following link how to initiate through interface but I couldn't find relevant API to trigger it…

tahmed
- 1
0
votes
1 answer
reading recurring events google calendar api
I am developing a front-end application accessible for blind people. I create, delete and update events successfully. My problem is that I want to get the properties of a recurring event, i.e if it's daily, monthly etc, so I can show to my user what…

DimitrisZli
- 23
- 1
- 5
0
votes
0 answers
Return Multiple Dates for Script on Page
I am using the following script to return a date for a web page, however when using this script twice on a page only one date is returned (even when using different IDs). Should I be using an array for the startDate?