• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to separate recurring events?

Raptor_Jesus

On Probation
Hello folks,

i got many recurring events in my calendar.
Now i want to separate those recurring events programmatically.

Does anyone can give me a hint how i should start?
I do not mean how to get those events!!! I mean how to separate those events by adding an 'exception' or something.

I got one solution for me - but this is not quiet the best solution!

Thx
 
Do you mean in writing an app doing that? Or in using the calendar?

Something like bowling every Thursday night, but you want each week to have a slightly different entry as far as the letters of the entry are concerned? Or something else entirely?

(If it's my example, just tag a date and time on the end of it. Or, if you don't want it to look like a date and time, use the Unix date - it's just one long number. Or use a GUID.)
 
I want to do that programmatically.
That means that i want to write an App, that displays all recurring events and separate those.
 
Back
Top Bottom