Questions tagged [icalendar]

iCal is a popular data format that allows for the representation and sharing of calendaring and scheduling information without being tied to any specific calendar service or protocol.

Save the .ics file from website onto your Android calendar

I am experiencing an issue with .ics files and my smartphone's calendar. When I create an ICS file and try to download it, I use the following function : function createEventCalendar($start, $end, $description, $location) { $event = array(); ...

Issue with floating date and time not functioning properly in ICS file for Yahoo Calendar

I have set up a calendar event in Google, Apple, and Yahoo calendars for each individual customer. The event is scheduled based on the customer's address at a specific time, so there should be no need for timezone conversion. However, I encountered an issu ...