For events or data that occur more than once. Use `recursion` for functions that call themselves.
Questions tagged [recurring]
317 questions
-4
votes
1 answer
Store multiple day value in single entry in sqlite
i want to store multiple day values like Sunday, Friday etc.. in my database with single entry for recurring alert purpose see my below image
In this above image i check Sunday, Wednesday, Friday so in my database entry should be single with…

Harshal Kalavadiya
- 2,412
- 4
- 38
- 71
-4
votes
2 answers
Adding exceptions to recurring events in android < version 4.0
Microsoft Office Project 2007 introduces effective work weeks and
calendar exceptions, where all calendar data is associated with a set
of "valid from/to" dates.
--Microsoft Office Dev Center
Google also uses this feature.
Does Android…

daniel m
- 415
- 6
- 15