Search results for

calendar

1,863 results found

Post

Replies

Boosts

Views

Activity

Subscribed Calendar Disappears After A Few Days
I have developed an app that has a feature to add subscribed calendar to a user's Calendar App. I have successfully added the calendar contents to a user's Calendar App. However, after a couple days the calendar disappears. I am not calling any of the delete calendar functions the EventKit supplies. Is there anything I am missing when creating the calendar such as the a persisted duration? Is there any other way the Subscribed calendar would disappear on a user's account?
0
0
416
May ’17
Not a developer but have a calendar problem
Hello. I understand this may not be the correct forum but I can not seem to get answer anywhere else. If nothing else let this serve as a request for a very useful feature for the calendar app. When you delete a picture in photos, it pops up with a warning asking you to confirm that you actually want to delete the selected photo/s. Why is it that there is not a similar option in the Calendar app??? We use the Calendar app for our event business where we share calendars with several sales people who need to have the option to view and edit events. Unfortunately, it is happened more than once that someone accidentally hits delete (not even realizing they did so) when working in the calendar and the entire event, notes, etc are all gone. I do not think there is the option to have a warning come up but I think it would be an OUTSTANDING feature/option to add to the calendar program. It would seem to me a very simple task. Maybe have it in preferences where you
0
0
311
Oct ’20
Opening a specific event in Calendar
Is it possible to open a specific event in Calendar using a URL scheme?We're an organization that hosts events involving anywhere from 100-4000+ technical presentations. We have an event app that allows our attendees to build personalized schedules of presentations they're interested in attending. In an upcoming release the user will have the ability to save their scheduled events to the Calendar app and/or view their personal Calendar events within the context of their personalized event schedule.Currently, if a personal event is selected it's treated identically to a presentation and loads detail view within the application and I'd like to at least provide the option of opening the event within the Calendar app.
0
0
585
Sep ’15
Drag and drop calendar item
Hello!I have the flight tracking app and I want to integrate Drag and Drop so the user can drag the flight to Calendar app and create the event / reminder.I've tried to use `public.calendar-event` as an identifier along with data string according to iCal format (VCALENDAR / VEVENT etc) but the standard Calendar app doesn't seem to accept it.I've tried to drag the event from Calendar app and figured out that it declares the following providers:com.apple.eventkit.internal,com.apple.calendar.ics,com.apple.ical.ics,com.apple.uikit.useractivity,public.utf8-plain-text,public.utf16-plain-textSeems likecom.apple.calendar.icscom.apple.ical.icsexporting iCal formatted data with event details.I've then tried to create NSItemProvider with there identifiers and drag-drop the data to Calendar but it doesn't seem to accept it.Is it possible to drag-drop data to Calendar app in order to create event? If so, what UTI should be used and what data should be included in NSItemProvider
2
0
2.1k
Jun ’17
Meetings color in calendar
Hi, starting from iOS18, it is impossible to differentiate between completed meetings and future meetings in calendar - almost the same color (unless I switch to dark mode). Is there a way to fix it or is it a human engineering bug?
Topic: Design SubTopic: General Tags:
2
0
510
Oct ’24
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