- using Android Calendar API with Intents - Add Item UUID to background field of calendar event - Use Item UUID to read/update Items in the calendar ### Way to go (after Item has been created / updated in Neuronizer): 1. Create event draft internally in app (where you get an eventId) 2. Save eventId to Realm 3. Open "Edit Event" Activity in external Calendar App using Intent and eventId
Way to go (after Item has been created / updated in Neuronizer):