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

  • Home
  • SEARCH
  • 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 6780101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:27:57+00:00 2026-05-26T16:27:57+00:00

I have one problem while adding multiple events more than 70 events repeatedly again

  • 0

I have one problem while adding multiple events more than 70 events repeatedly again and again to the iCal from our iPhone application. First 20 events add to iCal without any issues. After the balance events not adding to iCal. The error log from the iCal shows the given

Error, [“Error Domain=EKErrorDomain Code=1 “The event has no calendar
set.” UserInfo=0xfada510 {NSLocalizedDescription=The event has no
calendar set.}”].

Below i have attached my code. Please help me to solve this problem.

int count = [eventsArray Count];
for(int i=0;i<count;i++)
{
    EKEventStore *eventStore = [[EKEventStore alloc] init]; 
    EKEvent *events = [EKEvent eventWithEventStore:eventStore];

    events.title = @"Apple";
    events.notes = @"Apple iPhone";  
    events.location = @"US";
    events.startDate = today;
    events.endDate   = tomorrow;    
    events.availability = EKEventAvailabilityFree;
    [events setCalendar:[eventStore defaultCalendarForNewEvents]];
    NSError *error;
    [eventStore saveEvent:events span:EKSpanThisEvent error:&error];
    NSLog(@"Error From iCal : %@", [error description]);

    NSString *eventId = [[NSString alloc] initWithFormat:@"%@", events.eventIdentifier];
    NSLog(@"EventID : %@", eventId);
}

The count maybe more than 70(sometimes it will be only 20-30 events).
This code is in For loop. This code will execute nearly more than 70 times. The iCal error log displays the error “This event has no calendar set” and the eventid returns Null. How to overcome this problem. Please help me to solve this. Thanks 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-26T16:27:57+00:00Added an answer on May 26, 2026 at 4:27 pm

    Thank you so much for your responses. I have found the reason of the problem. The problem is occur only when i’m adding multiple events to iCal at a time, the EKEventStore will lost the calendar set. That is the reason the error message “Error, [“Error Domain=EKErrorDomain Code=1 “The event has no calendar set.” UserInfo=0xfada510 {NSLocalizedDescription=The event has no calendar set.}”]” has came from iCal. I did a simple change in loop condition. That is, i have delayed to add an events to iCal by 3 sec’s time interval for each adding events (Sorry for my poor english). This means every events will add to iCal after 3sec’s delay from previous event added on iCal. Now, it seems working fine. I have tested this condition and feel good. Once again i thank you all.

    Yuvaraj.M

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

Sidebar

Related Questions

I have one problem , I want to get some data from XML file
I have a weird problem. i fetch some rows from database using: while($tag =
I have a situation where I want to associate multiple values from one table
I have a problem using multiple UIBarButtonItem s within a UIToolbar on one side
I have a problem with a destructor of struct Heap. Even just adding one,
I have one problem to work with NSMutableData . I defined one NSMutableData *receivedData
I have one problem, I learn how work with socket and I write programm
i have one problem when i sort the NSMutablearray using date and time wise.
I'm almost finished with my program, but I have one problem that I can't
I have one interesting problem. I must parse mail body (regular expression), get some

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.