Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7865611
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T00:08:27+00:00 2026-06-03T00:08:27+00:00

I am developing an android application in which i need to give some features

  • 0

I am developing an android application in which i need to give some features of calendar like adding events and displaying events ,
There is no problem in insertion for that i am using the following code

              Date date = new Date();
        
        System.out.println("dateselected is    " + dateselected);
        try {
 
            date = new SimpleDateFormat("yyyy-MM-dd").parse(dateselected);
        } catch (java.text.ParseException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
        startTime = date.getTime();
        
        System.out.println("startTime is    " + startTime);
                
        Calendar cal = Calendar.getInstance();       
        Intent intent = new Intent(Intent.ACTION_EDIT);  
        intent.setType("vnd.android.cursor.item/event");
        intent.putExtra(" THE TESTING EVENT ");
        intent.putExtra("beginTime", startTime);
        
        intent.putExtra("endTime", startTime+60*60*1000);
        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
        finish();
        startActivityForResult(intent,0);

Displaying event in this way

intent.setData(Uri.parse("content://com.android.calendar/events/" + 
                 
                    String.valueOf(eventid[pos])));
            
            System.out.println(" >8 "); 
            //Android 2.1 and below.
            //intent.setData(Uri.parse("content://calendar/events/" + String.valueOf(calendarEventID)));    
        
            
            startActivity(intent);

but the problem is that no matter which date i selected and whatever the event id is
it shows only one date and time ,

5:30 am , 1 January 1970

though the event title is correct

which i am testing on samsung galaxy pop android 2.2.1

What should i do to remove this error

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T00:08:28+00:00Added an answer on June 3, 2026 at 12:08 am

    I Have got the solution for this question , from here

    How to using intents to view calendar data?

    and used the following code
    just passed the extra intent to display the calendar events with the selected date.

    intent.putExtra("beginTime", beginMilliTS);
    intent.putExtra("endTime", endMilliTS);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We've been developing an Android application which includes Google Adsense. However there seems to
I am new to android. I am developing an application in which there is
I'm currently developing a camera application for Android on which some problems have occurred.
I am developing an android application in which I call a webservices. My problem
I am developing a andoid application which need to print some documents.Documents may be
I'm developing an Android application which involves reading pdf files. Initially on syncing with
I am developing an Android application which makes use of the Osmdroid maps api.
I am developing android application in which i have to open option menu from
I am developing an Android application which needs to access QuickPay's service ( https://secure.quickpay.dk/form
I'm developing an Android application which uses the AccountManager to get access to the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.