Calendar event
Posted: 18 Jan 2013 00:42
I try to create an event in calendar with this flow:
putString("title", "123"); - this working
putLong("dtstart", {triggertime}); (Fri, 18 Ian 2013 > 20:00)
putLong("dtend", {triggertime}); - not working (Fri, 18 Ian 2013 > 20:30 - but i want to be 20:00)
putInt("calendar_id", 2); - not working (even if is set to 1,2,3... the implicit calendar is "phone" but i need google calendar)
thanks
but all i get is title of event modified;putString("title", "123"); - this working
putLong("dtstart", {triggertime}); (Fri, 18 Ian 2013 > 20:00)
putLong("dtend", {triggertime}); - not working (Fri, 18 Ian 2013 > 20:30 - but i want to be 20:00)
putInt("calendar_id", 2); - not working (even if is set to 1,2,3... the implicit calendar is "phone" but i need google calendar)
thanks