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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T01:15:19+00:00 2026-06-19T01:15:19+00:00

I am using https://github.com/stelford/Titanium-Calendar My problem is that it will not ask the user

  • 0

I am using https://github.com/stelford/Titanium-Calendar

My problem is that it will not ask the user for permission to their calendar. I know the code works because I was using a different module that was crashing, however it forced the phone I use for testing to give it permission. So now my test phone works great, but no one else’s does because it won’t actually request permission in the first place.

I don’t know how to get this calendar module to force a request to the user for access to their calendar. Any help would be fantastic..

  • 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-19T01:15:21+00:00Added an answer on June 19, 2026 at 1:15 am

    First, you need to check the device to see if it’s even requesting access to the calendar. To do this, Go to Settings -> Privacy –> Calendars. If you’re application has requested calendar access, it will show up there.

    Settings screen
    (source: iphone-to-ipad.com)

    Privacy settings
    (source: iphonehacks.com)

    There were a couple of problems with this calendar module. I fixed them in obj-c. I had to do quite a few things to the calendar module to make it work smooth on iPad. If you look on the Titanium forums for this calendar module and my name (Blake Rogers) you should be able to find a bunch of changes I’ve made to the module in obj c to fix the problem.

    To perform this fix you will actually need to download the Xcode project for the calendar. After that, you will need to add the following code in the Module/AgCalendarModule.m file. Replace the startup method with the following in that file.

    Once you’ve replaced the code you will need to recompile it using the build.py (if I remember correctly… it’s been awhile) once you compile it using the build.py you can add that version of the module back in your current project that you’re working on.

    -(void)startup
    {
        // this method is called when the module is first loaded
        // you *must* call the superclass
        [super startup];
        EKEventStore *es = [[EKEventStore alloc] init];
        [es requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *error) {
            /* This code will run when uses has made his/her choice */
        }];
        NSLog(@"[INFO] %@ loaded",self);
    }
    

    To be honest, Titanium was a horrible experience for me. Once my app got bigger than the initial proof of concept and involved syncing with a remote web server… I started getting weird errors from memory leaks that you couldn’t reproduce because the memory leak would attack at different times.

    I am currently switching (yes rebuilding the entire app from scratch) to Xamarin (Monotouch) which has been great 🙂

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

Sidebar

Related Questions

I'm using https://github.com/akzhan/jwysiwyg/ and i want to implement pasting from Word, but I'm not
I have a Scalatra app that compiles CoffeeScript, using https://github.com/softprops/coffeescripted-sbt , to a default
First time user of sending android Push messages from rails server. Using https://github.com/sghael/speedy_c2dm Have
I'm using https://github.com/jnunemaker/twitter to tweet to a users twitter when they post on their
I am using https://github.com/PaulSolt/UIImage-Conversion However, it seems to have a problem on the alpha
I am trying to write json string that I stringified using https://github.com/douglascrockford/JSON-js/blob/master/json2.js ( JSON.stringify)
I'm using a plugin ( https://github.com/jaz303/jquery-grab-bag/blob/master/javascripts/jquery.autogrow-textarea.js ) that dynamically resizes textareas. To use it
I have started using https://github.com/omab/django-social-auth and been successfully able to login via twitter, google
I am using https://github.com/plataformatec/simple_form and am trying to send a extra parameter. I have
Currently I'm using https://github.com/mranney/node_redis as my node redis client. client.retry_delay is set to 250ms

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.