I've never worked with calendars from a programmer's point of view up to now, so it all sounds quite new to me.
After exploring a bit in the forum, I see (may have missed others) the Calendar2 library and also @DonManfred's Tutorial. Both seem right tools for calendar management. But before going deep into them or post the exact same question in each corresponding thread, I think I need a more general vision about what can be done with calendars...
My exact need is to 'upgrade' a local calendar that is contained in a bigger app, and uses its own UI and database. It needs to be synchronised with Google Calendar, so that events are propagated to the different user's devices, but with the following restrictions:
Thanks in advance for any input.
After exploring a bit in the forum, I see (may have missed others) the Calendar2 library and also @DonManfred's Tutorial. Both seem right tools for calendar management. But before going deep into them or post the exact same question in each corresponding thread, I think I need a more general vision about what can be done with calendars...
My exact need is to 'upgrade' a local calendar that is contained in a bigger app, and uses its own UI and database. It needs to be synchronised with Google Calendar, so that events are propagated to the different user's devices, but with the following restrictions:
- Keep the existing app UI for adding/deleting events, and synchronise them with Google Calendar --> I think this part is possible.
- Also keep the alert UI, generated by a service in the same app --> I guess it is more tricky, so it would need the ability to somehow receive the event alerts as intents in the user's app and prevent Google Calendar to manage them?
Thanks in advance for any input.