iCalendar is a computer file format which allows Internet users to send meeting requests and tasks to other Internet users, via email, or sharing files with an extension of .ics. Recipients of the iCalendar data file (with supporting software, such as an email client or calendar application) can ...
1
vote
0answers
19 views
iCal Feeds SSL error on Drupal 7
I installed Calendar, iCal and Feeds for import event feeds from Google Calendar. I created new feed and when I try to import feeds from GoogleCalendar I got the following error:
cURL error (60) SSL ...
0
votes
0answers
19 views
How can I programmatically make an iCal event that will open a file as an alarm?
I am working on an OSX app that (when complete) will create an event in iCal at a given date and time. I would like the alarm for the created event to open a file but I cannot figure out how to make ...
0
votes
1answer
31 views
iCalendar creation: RFC 5546 explanation
I am facing several issues related to the creation of an ICS file which has to be compatible with several clients, especially iOS, Gmail, Outlook, Android and Windows Phone. Googling around, I found ...
0
votes
0answers
19 views
Internet Explorer 8 and vCalendar/ICS files
I'm trying to dynamically generate a vCal file using Javascript and everything is working fine until i try in IE8. In IE8 the browser tries to open the calendar file in the request bar instead of ...
1
vote
0answers
20 views
iOS - Moving from iCal Event into Application
I'm in the middle of planning a project that would utilise the ability to create custom events from within an iOS application.
At the moment i've found plenty of code that allows you to do this but ...
0
votes
0answers
21 views
Display calender feed for all clients using webcal, ics, google calender
I would like to place an iCal feed URL on my webpage and wonder what would be the best solution to work with all clients.
A webcal://domain.my/feed.ics link works very well if there is an application ...
0
votes
1answer
25 views
Problems with timezone in iCalendar file
I have this iCal file:
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Test
VERSION:2.0
BEGIN:VTIMEZONE
TZID:TestZone
BEGIN:STANDARD
DTSTART:20130509T120000
RDATE:20130509T120000
TZOFFSETFROM:-0000
...
0
votes
1answer
52 views
iCal add event error only on fresh installations, and fixed by restart
I have recently released an app and instantly found an annoying bug. There is a button to add events to iCal. When pressed the user is asked to allow the app access to the calendar. If the user clicks ...
0
votes
0answers
11 views
Ical - send invitation with Start and End Time from database
I have a VBScript to generate the .ics file and send to outlook users. The only problem I have is the timezone. As you can see the below Start and End time, it sets to 05/04/2013 @ 10:30am (query ...
0
votes
0answers
27 views
Make a calendar displayable on all (not all actually) clients
I need to create a calendar and then send this calendar via e-mail as an attachment. After some study, I found out the best way is to send the calendar not as a file-attachment but modifying the ...
0
votes
0answers
38 views
Mime type required to open iCal file in IE8
I've written some JavaScript code to dynamically generate an iCal .ics appointment file based on certain params. Testing with Chrome and Firefox the appointment file is automatically downloaded once ...
0
votes
0answers
28 views
How to automatically sync new iPhone Calendar items to MySQL database?
Is it possible to have iPhone's Calendar app automatically send a few data fields from new calendar items to my MySQL calendar database? I don't want it to sync the whole calendar/database, just to ...
0
votes
1answer
70 views
Google Calendar no longer imports alarms with iCalendar files
I wrote a script that generates several events with alarms in an iCalendar file. I used to be able to import these into Google Calendar and the alarms would work as designed. At some point within the ...
0
votes
0answers
12 views
Disable “Calendar Feed” Via Http Response Code?
We have a .NET web application that allows users to "subscribe" to a calendar feed containing the schedules for their kids' teams. This works great and several thousand people use it each year. I ...
1
vote
1answer
22 views
How to determine Calendar timezone in Outlook
I've got this calendar time:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
BEGIN:VEVENT
UID:node-447@www.domain.com
DTSTAMP:20130426T133000Z
DTSTART:20130426T133000Z
...
0
votes
1answer
16 views
iCal decoder function returning blank array in PHP
I followed a tutorial to import iCal data into my website using PHP. For some reason, the array doesn't seem to include any data even though the feed shows info in a feed validator website. Can anyone ...
0
votes
2answers
17 views
PHP - Formated Date to UNIX to iCal
I'm trying to format my stored dates 2013-04-23 19:00 to iCal format: 20130423T190000.
Here's how I'm trying to do it:
$start = strtotime($event["event_start"]);
$start = date('Ymd\THis',$start);
...
0
votes
1answer
30 views
Express alternative recurring times in iCalendar
Is there a way to express the following in iCalendar? (possibly using RRULEs?)
Between 9am and 5pm every day except Sundays when it is between 10am and 4pm.
Can I create multiple RRULEs? Which ...
0
votes
2answers
166 views
Outlook doesn't recognise ical attachment
I have to send calendar invites from a classic ASP application to be received into Outlook. Using various different email components (ASPEmail, ASPMail, JMail) I have sent mails with attachments but ...
2
votes
2answers
50 views
Python icalender is choking on umlauts in ORGANIZER
I am trying to fix ical files I got from horde (recurring events are off by two hours after importing). So I wrote the following script, which chokes on umlauts in the "ORGANIZER" tag in the ical ...
0
votes
1answer
62 views
Thunderbird with lightning not reading valid ics file
I am writing a program for work that takes all of our ics files from our cal server, merges them into a single ics file, and then places that file on a webserver to be subscribed to.
I have ...
0
votes
0answers
35 views
How to use aliases in Google Calendar?
I have a google account (say hellome@gmail.com) that is set up to send mail for many other accounts (hellome@mydomain.com, secondaccount@gmail.com...).
For at least one of those accounts ...
0
votes
2answers
55 views
What is wrong with this ICalendar
I've tried this in a couple of validators. It passes. Can someone please advise what is wrong with this. I doesn't load in any of our smart phones nor in Lotus Notes
BEGIN:VCALENDAR
VERSION:2.0
...
0
votes
2answers
42 views
update calendar failed when rrule has BYDAY && (COUNT or UNTIL)
I use ical and darwin in my web site.
when i create a event with rrule, it failed when the event has byday and count.
Forexample:
success 1(weekly and no count):
BEGIN:VCALENDAR
VERSION:2.0
...
1
vote
2answers
194 views
How to open native IOS calendar from my app
I want to open native IOS calendar(ical) from my application.
Is there any way i can open calendar for particular event?
I also follow Open iphone calendar app programmatically but not yet ...
0
votes
0answers
182 views
c# DDay.iCal Saving changes to CalDav Darwin server
I am currently trying to build a calendar management system for off site sales staff.
Basically the calendars I am setting up will be accessed (read and write) using a standard app on a mobile (for ...
1
vote
1answer
24 views
Google Maps Timetable app
Basically I'm trying to make an app that takes a students timetable and converts it into a map of my college campus with symbols illustrating where to be at a perticular time, all illustrated on ...
0
votes
0answers
33 views
Is it possible to get deleted instances of recurring event in Event Kit?
-(NSArray *)eventsMatchingPredicate:(NSPredicate *)predicate return only instances of "active"
events. If event was removed at some date, this function doesn't return instance for that date.
So, is ...
0
votes
1answer
48 views
Offer ical file to user to be opened
I have created a HTML5 app that allows the user to download calendar entries in iCal format. These iCals are created using PHP. My approach until today is to generate the iCal file using PHP and ...
0
votes
1answer
118 views
Exporting and Importing .csv files using a script
Hi I have a MAMP server set up on a mac I am using and I have this displaying a calendar using the php icalendar source code. I am trying to have this display a public calendar which I can do but I ...
0
votes
1answer
60 views
New line in .ics using generated PHP
I am creating a script which will generate a .ics file in PHP however when I try to add more than one line to the DESCRIPTION: addition to the attachment it shows up as a new line entirely in the .ics
...
0
votes
1answer
39 views
Weird datetime format in iCloud calendar
I'm currently working on displaying dates from ical format (fetched via caldav from iCloud). However, the datetime formats aren't consistant, sometimes I get an VEVENT like the following:
...
0
votes
0answers
92 views
data:uri for ical does not work on Android or iPhone
I'm attempting to create a calendar entry using ical on a mobile device using data:Uri as described in http://stackoverflow.com/a/4551467/90236. Now it works great on my desktop machine when I run ...
0
votes
1answer
43 views
Does an ical file have to have an enddate?
I'm currently writing a .ics file with php. I wonder if a VEVENT always needs to have an enddate?
Like … is this allowed?
BEGIN:VEVENT
UID:d3f760e29fa3f482199f8ed0663d5cf7@mydomain.com
...
0
votes
2answers
74 views
iCal not parsed in gmail in one of two accounts
I'm trying to generate an email containing an iCal event from my application, I'm testing the email in two google accounts: one from gmail and one from google apps.
When I'm getting the event in ...
0
votes
0answers
31 views
NSDatePicker Graphical Representation - Mark Dates mac osx
I was looking at the EventKit framework for mac osx developement. I am working on an app that loads the data from calendar app ( say public holidays for this year) and load it into the msdatepicker's ...
0
votes
1answer
62 views
Add comment/url to VCALENDAR
I am looking for a way to specify a URL or comment in a icalendar file which will be shown by user agents in some sort of details or properties window.
(Emphasis on being shown by user agents)
I ...
0
votes
1answer
67 views
How do I create an .ics event with a title using ri_cal
I'm using the ri_cal gem to create ics files. The gem's documentation suggests I do this:
RiCal.Calendar do |cal|
cal.event do |event|
event.description = "MA-6 First US Manned Spaceflight"
...
0
votes
0answers
71 views
How can you turn off all alarms in a hidden iCal calendar?
I figured I'd ask here and see if anyone could offer anything, you guys are the faster answerers of anything. By default, when you hide a calendar in iCal (Snow Leopard) (clicking the checkbox), by ...
-1
votes
2answers
211 views
Can I overlay calendars in Office365 (pre-upgrade version) [closed]
How do I overlay calendars in Office 365.
I know how to do this in Outlook, but can't find how to do it in Office 365. When I open another calendar, either a work colleagues or an iCal I've ...
0
votes
0answers
21 views
Is there any way to get calendar names from yahoo
Is there any way to get calendar names from yahoo calendar.
it can get by principal query. but i cant find Principal query in caldav4j library.
also is there any other methods to find it ?
please ...
0
votes
0answers
33 views
Calendar syncing via link
I'm looking for a way to make a "Add to calendar" link, however this should default to the users default calendar, either google, ical, outlook, yahoo...? Is it possible to make this functionality via ...
1
vote
2answers
67 views
Monotouch UICalendar Store Events In Custom DB
I'm using https://github.com/Clancey/UICalendar
I want to store the events that it adds as a row in my custom db table. However, I don't currently see that the UICalendar library actually exposes any ...
0
votes
2answers
218 views
iCalendar does not create an event for organizer
I’m trying to create an event in my Microsoft Outlook calendar by using iCalendar standard. I’ve sent an email with content type “text/calendar” to my Exchange mailbox from .NET application.
It ...
0
votes
0answers
25 views
Changing color of read only entries in calendar on ipad
I have subscribed to my university calendar on my ipad and the entries are shown in grey, I tried changing the color but they still appear in grey. Is there any other way to change the color of the ...
0
votes
1answer
84 views
google calendar after url import only shows the last event
I'm trying to make an .ics file and by URL import put the events into google calendar. But the problem is that after I import them to google calendar it only show the last event. I don't understand ...
0
votes
1answer
50 views
Protecting my iCalendar
I have my own application with a calendar. Everyday I export the data to an iCalendar (ics) file. This ics file is on my webserver and I can successfully import into my Outlook. My question is, ...
0
votes
0answers
43 views
iCal re-occuring events never end on iPhone
I have some code which generates calendar entries for an ical file that is hosted on a publicly accessible web-server. Here is a trimmed down version:
BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
...
0
votes
3answers
71 views
Does icalendar support HTML and CSS?
I am attempting to create a ICalendar with a html description using the X-ALT-DESC;FMTTYPE=text/html: but it does not appear to support inline CSS for layout/styling is there anyway of making CSS work ...
0
votes
0answers
16 views
Using objective C to import calendar events in mySQL
I'm trying to load a calendar data (like loading it fully with year month date) in MySQL using objective C. I have come across PHP version of uploading events into MySQL. Is there a way to use ...




