-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding events to Calender #88
Comments
you code looks correct, do you get any errors? also you do not need Calendar permissions unless you are writing to the google calendar |
I don't get any errors but the event is not getting added to the Calender . I could not see the Red dot in the CalenderView . |
the red dot is probably on 25 may not on april |
I'm facing same above problem,there is no events showing in calender.please help me |
I am trying to add the events to the calender , but i could not . Not sure where i am going wrong . Please help me in . .
In the manifest File , i have added the below code
In the class file , i have added the code as follows ,
calender = (ExtendedCalendarView)findViewById(R.id.chargehis_calenderview);
But i am not seeing the event added to the calender , let me know where i am going wrong .
The text was updated successfully, but these errors were encountered: