Welcome Guest, Not a member yet? Register   Sign In
Insert data to personal Calendar (iCal)
#1

Hi friends,

I need to insert some data to user's personal calendar (iCal) which is for Apple devices.

I wanna know how i can do this via CI3.

Any idea?

Thanks
Reply
#2

The question is do you know Objective-C or swift?
No SEO spam
Reply
#3

Just export an .ics file (or webcal:// link) from your server and send to the user's browser (if they're on the device you want to add it to). Their phone will natively handle it and ask them if they want to add the events to the calendar (or subscribe them to the feed if it's a feed URL).

Look up and learn the .ics file format and it should be fairly straightforward.
Reply
#4

(12-28-2015, 10:41 PM)solidcodes Wrote: The question is do you know Objective-C or swift?

Im new in Swift.
so i can say i don't know swift Smile
Reply
#5

(12-28-2015, 10:56 PM)JayAdra Wrote: Just export an .ics file (or webcal:// link) from your server and send to the user's browser (if they're on the device you want to add it to). Their phone will natively handle it and ask them if they want to add the events to the calendar (or subscribe them to the feed if it's a feed URL).

Look up and learn the .ics file format and it should be fairly straightforward.

i want a general ical which is add to phone's calendar and mac OS X calendar. is it the same?
Reply
#6

After searching for 20min, finally i found this worthy information about the iCalendar.
i wanna share here to anybody read this post find a good reference Smile

https://en.wikipedia.org/wiki/ICalendar
Reply




Theme © iAndrew 2016 - Forum software by © MyBB