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 5839357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T11:34:25+00:00 2026-05-22T11:34:25+00:00

Intent intent = new Intent(Intent.ACTION_EDIT); intent.setType(vnd.android.cursor.item/event); intent.putExtra(beginTime, cal.getTimeInMillis()); intent.putExtra(allDay, false); intent.putExtra(rrule, FREQ=DAILY); intent.putExtra(endTime, cal.getTimeInMillis()+60*60*1000);

  • 0
Intent intent = new Intent(Intent.ACTION_EDIT);
intent.setType("vnd.android.cursor.item/event");
intent.putExtra("beginTime", cal.getTimeInMillis());
intent.putExtra("allDay", false);
intent.putExtra("rrule", "FREQ=DAILY");
intent.putExtra("endTime", cal.getTimeInMillis()+60*60*1000);
intent.putExtra("title", "A Test Event from android app");

The above is the code i am reffering to for the following questions:

  • where to get the values for setType method? Like here they have used “vnd.android.cursor.item/event”.
  • For values that go into the putExtra field…like they have used over here rrule,endtime etc. How to know which strings can be used over here?
  • In the above code , what does the field rrule stand for?

thank you in advance.

  • 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-05-22T11:34:26+00:00Added an answer on May 22, 2026 at 11:34 am

    As i can see, this code is related to calendar event creation.

    rrule is a repetition rule, see http://www.ietf.org/rfc/rfc2445.txt

    EDIT It seems like there are no documentation on that and a only one way is to inspect platform code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have Intent intent = new Intent(Intent.ACTION_EDIT); intent.setType(vnd.android.cursor.item/event); intent.putExtra(beginTime, dateStart.getTime()); intent.putExtra(allDay, false); intent.putExtra(rrule, FREQ=DAILY);
I'm trying to start an Intent for a navigation: startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(google.navigation:q= + item.getPoint().getLatitudeE6()/1E6
import android.content.Intent; import android.net.*; public class ignitionClass { Intent dialI = new Intent(Intent.ACTION_CALL, Uri.parse(tel:610-970-1218));
I am using the camera by creating an intent: Intent cameraI = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
I'm trying to share some text using an intent: Intent i = new Intent(android.content.Intent.ACTION_SEND);
I am sending dtmf tone via this code. String number=tel:+962791212121,2,3,3; Intent c1= new Intent(android.content.Intent.ACTION_CALL,
I am trying to add a new event into the android calendar. Here is
Following is my code: if(v.getId() == R.id.button2) { Intent wpIntent = new Intent(); wpIntent.setType(image/*);
I'm using intents to launch Google Navigation: Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(google.navigation:q= +
I have code straight from Google's dev guide: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.parse(market://details?id=com.example.android));

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.