Android Question Calendar2 Reminder

dank

Member
Licensed User
Longtime User
Hi. I've been using the Calendar2 library (v 1.13), and I'm having a problem with the reminder. I'm using the CreateEventWithReminder event and pass 120 to have a 2-hour reminder. The event is created, yet, when I check the event in Google Calendar, the event is there, but no notification has been set. What am I missing?

Thanks,
Dan
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
I don't think I understand your problem but If you want it to start after 2 hours you need to pass DateTime.Now + DateTime.TicksPerHour * 2 as a starttime
 
Upvote 0
Top