Questions tagged [recurring]

For events or data that occur more than once. Use `recursion` for functions that call themselves.

317 questions
1
vote
1 answer

Create Recuring appointment by Lotus Notes

Can somebody tell me what is wrong here. I am trying to create a recurring appointment; however, the code creates something different (type is not Appointment) and, if I select one created element, it throws an error: Falscher Datentyp für Operator…
1
vote
1 answer

How to move a recurring event to an other calendar in Python using Google Calendar API?

I'm not able with the use of the function .move() in Google Calendar API to move an instance of a recurring event to an other calendar... Any Idea ? My code : def eventmover(calendarId, eventId, destination, login): service = build('calendar',…
Mateleo
  • 13
  • 2
1
vote
0 answers

Trying to create a discord bot using python to perform recurring task

I'm trying to create a discord bot using python to post my new IP address to discord whenever it changes. My intentions with the below code are that once started it should check the current IP address every minute to see if it has changed and then…
1
vote
1 answer

GetRecurringPaymentsProfileDetails for Paypal standard

I am using paypal standard in my website and we are using recurring payment method for that,and i done it successfully. but now i wanting to know all the details of that recurring payment profile. i had googling for that and i got…
Chandresh M
  • 3,808
  • 1
  • 24
  • 48
1
vote
0 answers

SQL queries for recurring events from this schema from vertabelo

I'm looking for a solution to implement a recurring events. I found this article and I really like the schema they propose for the DB. My issue is that they don't provide any queries to get the events.…
bibout182
  • 25
  • 5
1
vote
0 answers

Paypal with multiple recurrent subscriptions only accepts the first one

Im trying to make a CreateRecurringPaymentsProfile on Paypal with two subscription items, but only works for the first one, the second one fails with "Failure" and returns an 11581 error ("Profile description is invalid"). What I do first is a…
Javier Tacón
  • 71
  • 1
  • 5
1
vote
2 answers

Regex - Capturing a group based on a pattern

I'm trying to extract match patterns like: AA/8G+8G+8G+8G/WITHOUT * AA/8*G+8*G+8*G+8*G/WITH * AA/8G+8*G+8*G+8*G/MIXED, THIS IS NOT SUPPORTED YET using the following regular expression: https://regex101.com/r/zemJ8H/1 but it matches only 8G+8G+8G+…
Salvuccino
  • 73
  • 1
  • 5
1
vote
0 answers

Paypal subscription payment without recurring process

I tried to create a payment process like prepaid services. If user enter credit card details in my site create a new profile (like recurring user profile) in paypal through Api. After the user used my services immediately charged the user using…
Raj Mohan
  • 543
  • 9
  • 25
1
vote
0 answers

Express Checkout.js Recurring Payment

I am in the process of setting up an Express Checkout button which allows both one-time and recurring payments in one button. The single payments are working fine in the sandbox but I am running into problems when setting up billing agreement…
TerryB
  • 21
  • 5
1
vote
1 answer

Hangfire Recurring job not running in a timely manner on IIS

I have a web service on IIS that does the following: I have 2 recurring jobs that internally creates around 800 jobs. The recurring job is supposed to run at midnight. Hangrire is using MSSQL in the background. I expected the recurring jobs to run…
Jacob K
  • 11
  • 1
  • 2
1
vote
0 answers

Common events that will cancel a recurring alarm

I was wondering what some common events were that would cancel a recurring alarm. I am catching them so I can reset the alarm when needed. What are some other common one's that I may not be handling? Here is what I am currently…
ninjasense
  • 13,756
  • 19
  • 75
  • 92
1
vote
1 answer

Evaluate complex time patterns

I would like to define and evaluate ocurrences of some very complex time patterns that cannot be handled by CRON expressions easily. Is there any library that help me to do that? For example: I would like it to occur every 25 seconds. I would like…
Puchacz
  • 1,987
  • 2
  • 24
  • 38
1
vote
3 answers

Recurring Job with delay time

I'm using Hangfire version "1.6.8". I want create recurring job with Cron.Daily after certain DateTime . Is that possible to create recurring job with delay time ? Thanks in advance
sujan maharjan
  • 119
  • 2
  • 3
  • 14
1
vote
0 answers

Paypal PDT is not sent for recurring payments

I am testing PDT functionality on Paypal's Sandbox. As far as I understand PDT should be send when Payment Transfer occurs. So I expect to receive PDT with every recurring payment. However Paypal calls my PDT returning link only the first time but…
Tony
  • 303
  • 3
  • 13
1
vote
0 answers

Do not get PAYMENT.SALE.PENDING or PAYMENT.SALE.DENIED WebHook event types from PayPal

I tested recurring payments in sandbox. I created customer paypal account with zero ballance and without Bank accounts. When I made recurring payment from this account. I created profile with some initial payment (setup_fee). And set…
Alex
  • 601
  • 7
  • 11