Questions tagged [recurring]

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

317 questions
0
votes
1 answer

PayPal Recurring Payments API

I'm working with PayPal Recurring Payments API now. But it happens that I need a specific feature. Let's think about the following scenario, my costumer has a profile in my website that he pays 100U$ every month, but in a specific month there is a…
0
votes
2 answers

in CalendarContracts.Instances, determine if original event is recurring

A query of CalendarContracts.Instances comes back with all recurring events expanded to individual instance "placeholders". How can I tell which rows represent placeholders and which ones are unique, single events?
Peri Hartman
  • 19,314
  • 18
  • 55
  • 101
0
votes
2 answers

Recurring Months of February

I am trying to calculate monthly recurring events based on a calendar date range. However I stumbled upon a problem with February (28 days) calculation when an event falls on the 29th of the month. Hope some expert may give me some pointers as I…
Yuan Fen
  • 153
  • 1
  • 3
  • 10
0
votes
1 answer

How to Modify Properties (Time Zone) of Recurring Appointments in Outlook 2010 VBA

I am writing a new and revised version of a VBA Outlook macro that will go through all appointment's in a user's calendar and change every recurring series' time zone to Central Standard. No matter what I do, however, I cannot seem to get it to…
0
votes
0 answers

PayPal Recurring Payments - Mock sign in for testing

I'm using the PayPal recurring payments API. I was wondering whether it was possible to do a 'mock' sign in for testing purposes on the sandbox, so that I can also have test routines subsequent to the 'SetExpressCheckoutDetails' and…
Ian
  • 275
  • 6
  • 17
0
votes
3 answers

EDITED:How to send payments to users every month?

I want to pay my users(share profit) automatically every month using PayPal. I read a lot about PayPal and all features. I need to configure sending payments depends on some statistics from my database. I'm using Rails and will appreciate all any…
Denys Medynskyi
  • 2,353
  • 8
  • 39
  • 70
0
votes
1 answer

google subscriptions how to test?

I've inherited a project that uses google subscriptions and generates orders that recur on a monthly basis. I have set-up a sandbox buyer account, but I'm unsure how to test the recurring order system, without having to wait a month in between.…
user307927
  • 748
  • 9
  • 22
0
votes
2 answers

Gem for Recurring schedule with durations

I am working on building an Asset Tracker. In my application I have 'Assets' which user checks out for a period say Wed 8a.m to Friday 8 a.m. Now I want this to be made recurring as well. So a recurring reservation every week from Wed 8 to Friday 8…
Nitish Upreti
  • 6,312
  • 9
  • 50
  • 92
0
votes
1 answer

Suddenly 100% of PayPal Recurring Payment Creations Failing for Visa, MasterCard, Amex

I'm using PHP from two different Web sites. Those sites call PayPal's Name Value Paid (NVP) API to create recurring payment profiles. A week ago, about 40% of any attempts to create recurring payment profiles for Visa and MasterCard cards started…
Jamesp
  • 11
0
votes
1 answer

magento - nominal product show zero in subtotal shipping fee

I have written a recurring payment module with asiapay payment, however when i was in checkout progress, the shipping fee and subtotal is zero, although the actual fee will show up in the section below subtotal which is called "nominal item…
leo
  • 269
  • 1
  • 11
0
votes
1 answer

EventList from calendar

I am developing a calendar application,where i have created a recurring event n native BB calendar which starts from 1st jan and ends on 3rd jan .So when i use the below api private EventList getEventList() { EventList eventList = null; …
harqs
  • 177
  • 1
  • 11
-1
votes
1 answer

Running recurrency tasks in Flutter when application is in background

WorkManager allows us to run recurring background tasks, but not more often than 15 minutes. I would like to run the background task in every minute.
birdemic
  • 21
  • 1
  • 6
-1
votes
2 answers

Create IPM.OLE.CLASS Exception item in Outlook

I need to create an exception IPM.OLE.CLASS item in Outlook So need to delete or change one appointment instance of a recurring appointment Maybe I could not do it correctly, all have IPM.Note class :( How to make it? Created a recurring appointment…
-1
votes
1 answer

VBA Excel Identify repeated values in different columns and transpose values

I want to identify when a person in Column2 has multiple entries on the same day (Column1) - up to 6 entries per person per day. Then I condense them into 1 row on a subsequent sheet and transpose the data in Column3. The data is sorted by Date in…
B Real
  • 23
  • 1
  • 5
-1
votes
1 answer

recurring payments where i can pass in the amount and number of payments

I am trying to make a recurring payment button but I want to be able to pass to it the total amount to pay and the amount of payments if i create a button in paypal then i have to create a button for every option - is there anyway to pass in the…