I have been looking for some way to read and write data to the internal android calendar, but have not found anything.
I have written a small program to calculate from the date the daily/weekly/monthly etc. backup tape to take to the office in the morning.
Obviously the daily ones are not to much of a problem to remember, but is this Monday a 'Week 5' or a 'Quarter 2' tape is! - Although I can run the program to find out easily enough, remembering to run it before I get to the office is more of a problem.
What I would like to be able to do is to read the calendar data to see if 'the day' already has a tape event in it if not I would like to be able to add one for a specific time. This way I can leave the notification to the user to the OS/calendar and not have to be running my app as a service.
Could you creater a function that calculate weekofyear or quarterofyear?
I think you could find on the web some implementation of it ( I remember in past looking for Eastern calculation formula, this should be much easier).
I hope it helps
Old thread I know, but calling android API's directly is of interest to me as well. I assume a new library could be created including API calls though. Right?
You should be able to do most of anything you want using my Reflection library. For some things you might need some information about Basic4android application internal structure.
You should be able to do most of anything you want using my reflection library. For some things you might need some information about Basic4android application internal structure.