recurring

JavaScript Recurring Appointments Library

I'm looking for a JavaScript library that can calculate recurring appointments. Something that can handle things like "every 2nd Wednesday". The solution needs to be JavaScript and client side only. I don't need a calendar, just something that can do the date recurring appointment calculations. Any suggestions? ...

What's the best place to run a reccuring task for a website you host yourself?

In the ASP.Net application I am writing I need to be able to have it send various faxes out. My fax server allows me to send the fax via an HTTP POST and returns to me an ID for the submitted fax. I need to be able to know if each fax ultimately sends OK or fails for some reason. The fax server allows me to query the status of a fax by ...

Anyone run recurring payments in their website? Preferably; Paypal API

I'm wrapping up my startup and will need to implement Paypal API into my sign up page. Does anyone use recurring payments via Paypal API integrated into their billing? Better yet, guide me to a trustable developer with experience or will I have to use Elance? I need it to go to a welcome/get started screen in their logged in account on...

How can I update an expression in a Runt::Schedule object?

Runt provides a Schedule class for managing collections of events, each represented by a temporal expression. The Schedule class provides an update method, cited in the release notes as "allowing clients to update existing expressions". The implementation of this method, however, simply calls a supplied block, providing the temporal expr...

Update payment details using Authorize.net

Hello everybody, When i update the existing subscription info using update_recurring method of autorize.net gateway then payment details(means 'credit card number', 'CVV number' and 'expiry date' ) are not being updated. My code snippet is as follows:- def create_card_subscription credit_card = ActiveMerchant::Billing::CreditCar...

How to do recurring with bank account payment mode using authorized.net

Hi All, I am using recurring facility of authorized.net using active_merchant plugin in rails. there are two payment method for this 1] Credit Card 2] Bank Account I successfully done it using Credit Card For Recurring i need my Test Mode off. Also my E-check, credit card processing, and subscriptions are all enabled. But i am not...

What do I do about recurring billing?

This might be a subjective question, but I'll give it a go. There are already a number of questions on SO that revolves around subscription billing management. I am currently working on a SaaS solution that will require a fully automated billing system. What I am not looking for when asking this question is not advice on implementing t...

How to handle recurring execution?

I am trying to validate the solution I came up for what I think is a fairly typical problem. I have a service running and every 10 minutes it should do something. I've ended up with the following: private AutoResetEvent autoResetEvent = new AutoResetEvent(true); private bool isRunning = true; public void Execute() { while(isRunni...

How to lookup data based on the next sunday of the week

I need to lookup a row of data from MySQL based on the next Sunday of the week. Anyone know how? ...

Recurring Billing with hosted pages? Spreedly v Chargify v Cheddargetter v Recurly

Anyone from the UK and used any recurring billing provider? Looking for the easiest way for customers to pay monthly by credit card for our web app. So hosted pages are definitely the easiest to get started - don't want to have to worry about PCI complement. The price doesnt matter too much, they're all pretty similar. Anyone have any ...

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 algorithmically without brute-forcing over each date? Definitions can be made in CRON's notations or...

Sharepoint Content Query Web Part: Show items from "events" list that are set to occur or reoccur within a month

I've been reading this msdn post: http://msdn.microsoft.com/en-us/library/aa981241.aspx trying to edit the content query web part to only show items from the event list which either occur within 30 days or reoccur within 30 days. It is straight forward to deal with events which do not reoccur because I can compare [Start Date] to [Today...

recurrent declare in c

Hi All, typedef void (callback)(int *p1, sStruct *p2); typedef struct _sStruct { callback *funct; }sStruct; I have the following declaration, in C. How can I compile this recurrent declaration without receiving any error ? For the moment I receive: syntax error before '*' token on first line. ...

Paypal recurring return variables

Guys I use the paypal recurring payment.When the payment is completed then it returns only [auth] => -bo4Ft_iPRN2E7Svk5x2s1UAIJ4-hfnCdmpXExbPM8KL6lFw9ChFI72D5wzy_0h2zGxSKvPxEICYrAPbVPJ62Dzfpwg1cG57jUcjYUObVrYKezMfAJP2v26IyNkyYga_s7h4AiQVzdV7jwfs6E_wJCUfDJLXhNqA7pXZZFB86Z7vJ4mrrmhUduhO-MVXwRQbIZnklc_pA4UQCdVxXd9ppiqemlu [form_charse...

how to Integrate authorized.net ARB and AMI together

I want to Integrate authorized.net ARB and AMI together using rails. Actually i want Instant payment when user signs up today and I want the subscription to start today. for this i want to charge their first payment via the AIM API. and if AMI tranaction get succeed then only i will create ARB.I write code for both my ARB works perfect...

Is there an option to enable recurring payments in iPhone framework of PayPal?

Hi All, I am creating an iPhone app, Where I need to use PayPal framework for billing the user for purchasing some kind of service. But I need the bill the user on monthly basis. Is there any option to enable recurring payment option in the framework? Please help me Regards ypk ...

Recurring Events in Sharepoint changed from Exchange 2010 - alerts not correct.

Hi All, After installing Exchange 2010 SP1, it appears that Sharepoint is behaving differently. When a user edits an instance of a recurring item on a calendar that has not been edited previously, it treats this as a creation (generates an "added" alert email and updates the created date/time to the current date/time). Some users rece...