Search results for

calendar

1,863 results found

Post

Replies

Boosts

Views

Activity

Add calendar to iOS app
Iam attempting to create an app of events where I add an event to my online database and it is added to the calendar of my application. So example, If i add Party on the beach in my db,set date to 25th June 2015. A user opening the application and navigating to Events..selecting June will see this on a calendar.I am having a little trouble implementing something of the sort as all searches is leading me of how to sync my app with the native calendar app of the device which is not exactly what I want.Basically I just want a calendar in my app which reads events from online.. Any assistance to point me in the right direction would be appreciated.ClarificationI have a hosted database and this isn't my issue, what I am looking to find is some calendar that can read events from said database.Say I have a class room of students, what I am trying to accomplish is: After I update my database with an event(exam at 2:30) logging into the app and selecting the event tab shows the info
1
0
1.5k
Jun ’15
Using EKCalendarChooser leads to request to access contacts
Hi,I'm using a EKCalendarChooser to let the user choose a calendar to create events in. But when EKCalendarChooser is used for the first time iOS tells me my app wants to access my contacts. But my app does not access any contacts. And even when I answer with Don't Allow the calendar chooser seems to work smoothly.Is there any reason for this and how can I prevent iOS from asking this needless question.Dirk
2
0
1.2k
Jun ’15
Reply to calendarItemExternalIdentifier is modified after calendar sync? Need help
Hi,I use the property eventIdentifier of EKEvent. But as this ID may change as well I've a method in a calendar helper class which first tries to find an EKEvent by using eventWithIdentifier. If this fails it searches an entry with the same start and end date, hoping this has not been changed: EKEventSearchCallback searchBlock = ^(EKEvent *event, BOOL *stop) { if (([[event startDate] compare:startDate] == NSOrderedSame) && ([[event endDate] compare:endDate] == NSOrderedSame) && ([[event description] containsString:subject])) { theEvent = event; *stop = YES; } }; predicate = [[EKEventStore sharedEventStore] predicateForEventsWithStartDate:startDate endDate:endDate calendars:nil]; [eventStore enumerateEventsMatchingPredicate:predicate usingBlock:searchBlock];If an event is found this way, I consider it to be the one I was looking for and update the saved eventIdentifier with the one of the found event.Dirk
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Complication Update Animations
I could be totally wrong here, and I can't coax my watch into doing this for me, but was it ever the case that some complications would animate their updates, such as the calendar complication? My complication only seems to do an instant change in the simulator – I was hoping I could achieve a folding effect, in the same way the pickers scroll up and down.
3
0
344
Jun ’15
Digital Touch drawings going to 2 Watches because they share an iCloud account
So here's the issue. My wife and I have our own iCloud accounts for Messages and Faces. And we also have those signed in under Settings - Mail, Contacts, Calendars so we each have our own Notes, Contacts, Calendars syncing. But...under Settings - iCloud, we are both using the same account. We do this so we both use the same Photos, and it is a 3rd account so it's not the one either of us uses for anything else. This works for us because as we both take photos, they all merge together for both of us, allowing either of us to edit/delete/organize them and have those adjustments sync across all our Apple devices. So both of our watches show this iCloud account under General - Apple ID in the Apple Watch app. This has been fine on 1.0 and 1.0.1. And even now on Beta 2, my texts only go to my watch and my calls only come into my watch. What is messed up is that any Digital Touch message sent to me goes to both watches, and if a call is made to me using a watch, that call also goes to both watches
2
0
436
Jun ’15
When will the calendar guide provide swift examples?
I have taught myself swift, but trying to make heads or tails around some of the frameworks has been a challenge. Most of the guides provided by apple are all based on obj-c and resources on the Internet, while growing are still lacking. I know my question won't get an updated document soon, so I ha r started going through learning c to make heads and tails of the framework documents.
2
0
517
Jun ’15
uisearchbar doesn't get focus
Hey there,I have a problem with a search bar inside the navigation controller, because it doesn't get focus by code like it should. I want to achieve similar behavior, like the search bar in the calendar app has. I have a search icon in the navigation bar. If pressed, I segue to a new view controller and add a search bar to the navigation bar through code. Then I animate the nav bar in and the search text field should get focus automatically, so that the keyboard opens and everything. But this does not happen. If I click the field manually, the keyboard appears, but there is no blinking cursor inside the text field. Here is the code I use to create the search controller and bar. Last two lines seem not to do anything. I have already double checked, that searchController is not nil.class WOSSearchViewController: UIViewController, UISearchBarDelegate, UISearchResultsUpdating, UISearchControllerDelegate, UITableViewDataSource, UITableViewDelegate { var searchController: UISearchController? = nil var sea
0
0
3.3k
Jul ’15
EventKit not working correctly
EventKit does not seem to be working correctly on El Capitan. I'm trying to fetch Reminders calendars and fetch each of them. I've checked the release notes but couldn't find any known issues there. Is this issue known?Methods not working properly :1) calendarsForEntityType:2) fetchRemindersMatchingPredicate:completion:on EKEventStoreExpected behavior & how it works:1) to fetch all calendars but it fetches them sometimes and sometimes not2) to fetch reminders based on predicate. It works sometimes but mostly not.
6
0
750
Jul ’15
Reply to Can't backup to iTunes on IOS 9 Beta 2
Well if DP3 (which would have been available by now if it was coming today - maybe tomorrow) doesn't fix it then the only remaining solution I can see is the nuclear one, assuming you're prepared to revert to your user data (such as contacts and calendars) and media (such as songs and videos) from your most recent iOS 8 backup.You'll need to replace the backup folder and revert it to it's original name. You can then restore it to factory settings via iTunes and reinstall iOS 9 (if you're still happy to rely on beta software) and finally restore your user data from the backup.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to Testing with MS Exchange
I inadevrtently started a new thread on this: Exchange integration in El Cap seems completely broken - much worse than in the beta's for Yosemite. I am actually reverting because of it. Mail: Won't show all messages, only new onesCalendar: Exchange Calendar never shows upContacts: Contacts cant be added or edited, only viewed.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
DP3 Exchange woes continue
I excitedly hurried to download and install El Capitan Developer Preview 3 in the hope that the exchange issues, which has plagued the OS since the first version launched, would be fixed.I was delighted to see I could now add my exchange email account to Mail and this now appears to have synced perfectly. However Calendar still refuses to connect at all.Can anyone confirm if they have got an exchange calendar working with the stock Calendar app?
9
0
969
Jul ’15