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.
Any and all idea's would be very welcome
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.
Any and all idea's would be very welcome