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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T08:37:25+00:00 2026-06-08T08:37:25+00:00

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);

  • 0

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");
intent.putExtra("endTime", dateEnd.getTime());
startActivity(intent);

To compile an event and I want to run the event one time.

The line that set the frequency is

intent.putExtra("rrule", "FREQ=DAILY");

also if I delete this line, by default the android calendar is set to DAILY if I don’t change it manually.

I have looking for a list off all supported attributes and I have found MONTLY,YEARLY etc. but I can’t find the right supported syntax for “one time”

Could you help me?

  • 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-08T08:37:27+00:00Added an answer on June 8, 2026 at 8:37 am

    The proper way to set a one time only event, according to the spec linked to in the documentation, is not to specify RRULE. Are you certain the event recurs, rather than just displaying the frequency as daily and still only firing once? If so, the following should work, though it’s a bit of a hack:

    intent.putExtra("rrule", "FREQ=DAILY;COUNT=1");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

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));
I have the following code: Intent serviceIntent = new Intent(this, ServiceClass.class); startService(serviceIntent); I have
I have a intent receiver in my android manifest, but would like to give
In my AndroidManifest.xml I have the following... <service android:name=.MyIntentService > <intent-filter> <action android:name=android.net.wifi.STATE_CHANGE />
I'm new here on stackoverflow. I have a little problem with my Android app,
I have an intent to another class and all it does it just flag
I have an app with four activities. I have set the intent-filter on one
I want to get all the Applications that have intentlisteners to Intent.CATEGORY_HOME so basically
Firstly, I do not have any malicious intent out of this question. I would
be kind this is my first post. I have a Crop intent retuning and

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.