Tagged Questions
The recurring tag has no wiki summary.
8
votes
6answers
11k views
.NET: Get all Outlook calendar items
How can I get all items from a specific calendar (for a specific date).
Lets say for instance that I have a calendar with a recurring item every Monday evening. When I request all items like this:
...
7
votes
3answers
445 views
What's a good data structure for periodic or recurring dates?
Is there a published data structure for storing periodic or recurring dates? Something that can handle:
The pump need recycling every five days.
Payday is every second Friday.
Thanksgiving Day is ...
4
votes
2answers
264 views
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 ...
4
votes
1answer
973 views
Creating a looping background animation in jquery
What I want is:
when the page loads - the background has color red
after 10 seconds the bgColor changes to green with a fade in fade out animation...
after another 10 seconds it changes to ...
3
votes
4answers
211 views
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:
...
3
votes
1answer
323 views
Is there a known pattern for scheduling events programatically?
Does anyone have a known, solid solution for the scheduling of events (i.e. appointments, meetings, etc) within a system. I'm speaking here of "events" as tasks that need to be done on a one-time or ...
2
votes
1answer
135 views
Is this possible to change the recurring payment amount after signing up? [closed]
I am Ritu from India.
I have a requirement that after signing up with a particular amount at PayPal Recurring Subscription, I need to change the amount from the next month. Is there any way for ...
2
votes
1answer
177 views
calculating recurring events in ObjC (iPhone)
I'm looking for a library that would let me handle recurring events in ObjC on iPhone. I'm writing a task management app that needs to handle scheduled (monthly/weekly/etc.) tasks, and I need to check ...
2
votes
3answers
114 views
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 ...
2
votes
2answers
1k views
PHP 5.3 DateTime for recurring events
I have a calendar application which utilizes the newer PHP DateTime classes. I have a way that I handle recurring events, but it seems hack-ish and I wanted to see if you guys have better ideas:
I ...
2
votes
4answers
1k views
How to model and store recurring tasks in rails?
Cron solutions in rails are numerous and pretty good. That's not what I'm struggling with here.
Instead, what I'm having trouble with is letting users create their own recurring tasks (like ...
2
votes
1answer
422 views
How to Handle Cancelled Recurring Payments
I'm using Paypal to handle automated recurring payments for my website. Users pay to subscribe to my website so they can get periodic newsletters.
So let's say a customer cancels their membership a ...
2
votes
6answers
922 views
Calculating Revenue Per User
How would you guys go about calculating revenue per user for a recurring web service (they are billed each month)?
Typically, you would just take the total revenue and divide it by the total number ...
1
vote
1answer
54 views
Recurring tasks in ASP .NET
I have an ASP .NET website running on GoDaddy in a shared environment. The application is a subscription-based service with options for recurring billing to users.
Every hour, we need to synchronize ...
1
vote
1answer
49 views
Identification of unique profile with Paypal IPN
I've got a question on Paypal's IPN.
After creating subscription profile (recurring payment profile), the confirmation of type 'recurring_payment_profile_created' is received on IPN.
After proceeding ...
1
vote
0answers
50 views
Updating Recurring payment profile in rails
I have implemented Recurring paypal billing in my rails application. It is going on well. I can able to update amount and can cancel profile every thing.
Now my problem is, when a user upgraded his ...
1
vote
0answers
48 views
Password from return url of recuring paypal payment is not matched with the one in the paypal confirmation page
i have integrated the recurring paypal payment method in mysite. In this method , i get the username and password from the return url. The username is same on both the return url and paypal ...
1
vote
1answer
92 views
How can I create a SaaS solution (setting up each account)?
I have a web app that I'm currently selling online using ClientExec. I want to get away from ClientExec and use something like Chargify/Spreedly/etc. for the billing part, however my problem is how ...
1
vote
1answer
167 views
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 ...
1
vote
1answer
255 views
Onsite Recurring Payments using Paypal Website Payments Pro API
I want to accept recurring payments on my site using paypal without having the user ever leave my site. Based on the paypal documentation it appears you have to send the user offsite to paypal ...
1
vote
0answers
123 views
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 ...
1
vote
1answer
63 views
recurrent declare in c
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 ...
1
vote
1answer
2k views
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 ...
1
vote
1answer
112 views
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?
1
vote
2answers
329 views
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 ...
1
vote
1answer
1k views
sending to paypal the “custom” variable on saved buttons ipn question
i have quick question, i'm setting up recurring subscriptions for paypal and i can't configure but saved buttons, (not like web_accept where i could define all the vars in the form to send...) so it ...
1
vote
1answer
620 views
Which Paypal API for preapproved payments?
I'm trying to implement PayPal on a completely custom shopping cart and have been unable to figure out which API for recurring payments we need.
We ship a physical product every 2, 3, 4, 6 months so ...
1
vote
1answer
115 views
Prescheduling Recurrent Tasks
At work, we are given a set of constraints of the form (taskname, frequency) where frequency is an integer number which means the number of ticks between each invocation of the task "taskname". Two ...
1
vote
2answers
229 views
Using runt to do recurring non-weekly events in ruby (bi-weekly, every 3 weeks, etc)
I need to be able to create recurring events that happen on specific days but don't necessarily happen every week. They could be scheduled bi-weekly, every 3 weeks, etc. There is a current ...
0
votes
0answers
12 views
Paypal Setexpresscheckout billing agreement error
This is my Billing agreement for recurring payment.I'm using express checkout with recurring payment.
In the following code reqDetails is SetExpressCheckoutRequestDetailsType object.
Upon execution of ...
0
votes
1answer
44 views
Find recurring date nearest to today - C#
Sounds like a homework? no it's not. I worked up the logic for this but not such a performant one when dates are span over years.
Basically here is how it should work,
StartDate: 1/1/2012
...
0
votes
0answers
6 views
Subscription to specific products [migrated]
I'm using Ubercart. I want to organize a subscription to a certain type of products in my site. I've tried the uc_recurring module, but it offers subscription to the orders only, and I'm going to make ...
0
votes
1answer
71 views
Insert recurring events in Android calendar
I have an issue that I can't solve. I managed to insert my events into my android calendar but I want to make them recurring. For birthdays for example. I want them to repeat yearly. I have this code ...
0
votes
0answers
44 views
Exchange Web Services SyncFolderItems Recurring items have IsRecurring set to false when they are actually recurring
I am writing an application which synchronises users' calendars into a local store. I am using Exchange Web Services (EWS) and the SyncFolderItems method to pull down the changes. This all worked ...
0
votes
0answers
15 views
How can I retrieve subscription profiles user have signup by item_number or invoice id
I can't find any document on PayPal page.
This is my situation,
I choose 'Cart checkout' method for my site.
Customer check out by clicking form submit button.
Customer's paid and signed-up the ...
0
votes
1answer
33 views
Recurring subsriptions
I want to provide recurring facility to buyer (customer) so suppose I have set the 5 recurring cycles for my product. Now I want to maintain my database also which contains all the transaction details ...
0
votes
0answers
100 views
Skrill(Moneybookers) cancel recurring payment
I would like to know how to detect if the skrill(moneybookers) recurring payment is cancelled by the customer? And also, is there a way to cancel the recurring payment using their API?
Any help is ...
0
votes
1answer
65 views
Why are individually deleted recurring entries from Google Calendar still appearing via Zend?
I'm creating a website with a planner, that I want to synchronise with a Google Calendar. So far it works pretty well, I did this using the GData Class of the Zend framework. The only problem I'm ...
0
votes
0answers
29 views
Rebilling Customers using Cron?
We need to rebill x amount of customers on any given day.
Currently, we run a cron every 5 mins to bill 20 people/send invoice etc
However, when the number of customers grows, extending to 100 ...
0
votes
0answers
148 views
Magento 1.5.1 Payment method not working in recurring profile
I am implementing recurring profile product with magento 1.5.1.
During checkout there is no any payment method shown.
Any help is appreciated. thanks
0
votes
0answers
45 views
How to give user facility to pay recurring Payments in Mobile Express Checkout Library by PayPal for iOS?
My application is an iPhone Application and I am using an application flow which is given as 'non-web' in PayPal test Pizza buying app i.e.The Payment flow starts and ends in the app itself.Is there ...
0
votes
1answer
65 views
How to insert forever repeated events in sqlite3 iphone database?
I have one iphone application in which recurring events happens.the duration are like every day,every 2nd day,every 3rd day..,every week on mon,every week on tues,...,every second week on ...
0
votes
0answers
66 views
Scheduled events with recurring rules stored in MySQL
I would like to store events in MySQL db. I came up with a table with fields like this:
fields:
id
event_id
start_date
length
recurrence [daily|weekly|other more complex rule if will be needed ...
0
votes
0answers
176 views
How does FullCalendar interpret recurring events from a Google Calendar?
I'm using a custom back-end to store event information. Recurring event data are stored in iCal format in the database. Retrieving this and building a valid recurrence rule is easy. Interpreting those ...
0
votes
1answer
250 views
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 ...
0
votes
1answer
223 views
Paypal Subscription + Recurring Payment
I have some doubts regarding Paypal Subscription.
We are hosting a website and we would like to give a subscription feature to our customers.
We have implemented that with the sandbox subscription ...
0
votes
0answers
169 views
Paypal - change paypal recurring amount php
I've setup recurring profiles using credit cards for my site using PayPal NVP php API.
I'm stuck at a point.
For some reason, I want to charge customer for overage usage.
for example, for the month ...
0
votes
0answers
55 views
The correct sequece of using “Paypal Express Check out” for Monthly subscription
Assuming I would like to charge my user a US5 a month to use our mobile service via Paypal using Express Checkout API, I have read the Paypay Express Checkout integration guide, still not very sure if ...
0
votes
1answer
140 views
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 ...
0
votes
3answers
2k views
How can an iOS app run a function in the background in a recurring manner (i.e. once an hour)?
On devices which support multitasking, I'd like my iOS app to run a function in the 'background' when the app is not running (i.e. it's suspended). I know that iOS supports running tasks in the ...