Questions tagged [webcal]

Webcal is an unofficial Uniform Resource Identifier scheme for accessing iCalendar files.

was initiated for use with the Apple iCal application and has become a common de facto standard for accessing iCalendar formatted files via WebDAV.
It is not an official URI scheme, such as http and ftp, as registered with IANA. The Webcal protocol prefix is used to trigger an external protocol handler which is passed the URL of the .ics file rather than being passed the downloaded contents of the file, in much the same way feed is sometimes used to trigger external RSS readers.

The idea is that with this protocol prefix the target file should be subscribed to rather than imported into the calendar application as would happen with a simple download.

See also

52 questions
0
votes
2 answers

What are the meanings of the DURATION string parts of RFC 5545?

http://icalendar.org/iCalendar-RFC-5545/3-3-6-duration.html - this is the reference to the document. It is somewhat self explanatory, but still a little bit hard to grasp. Maybe someone could explain what does the P in P15DT5H0M20S stand for? Also,…
Julius Š.
  • 164
  • 14
0
votes
1 answer

How to create a calendar event that repeats weekly for three months every year?

I want to be reminded about something every week every winter. Is that possible to achieve using the ical-/webcal-standard and Google Calender, Apple Calendar/iCal, Android Calender or similar? (I searched quite extensively for which subdomain this…
d-b
  • 695
  • 3
  • 14
  • 43
0
votes
0 answers

PHP: How do I put server generated webcal content into a variable?

I have this link. When put in the browser, it seems to generate a file download named with current date, which is then downloaded. Google Calendar can use this link to retrieve calendar events into my own calendar, but I need to parse the calendar…
0
votes
1 answer

icalander 2.0 making an event every week from x to x

I have an ICS file on iphone that i'm trying to have events with the following scenarios, 1 - event starts on day X at time X, event ends on same day x at time x (1 hour later) DTSTART:20140910T214500Z DTEND: 20140911T030000Z 2 - event starts on…
seesoe
  • 248
  • 6
  • 21
0
votes
1 answer

Add blank line between two lines of text in webcal event's description

How to add blank line between two lines of text in webcal event's description? This \n\n doesn't work.
mtkachenko
  • 5,389
  • 9
  • 38
  • 68
0
votes
2 answers

ios webcal request - completion callback?

NSURL *url = [NSURL URLWithString:@"valid_webcal_url"]; if (![[UIApplication sharedApplication] openURL:url]) { // failure callback NSLog(@"%@%@",@"Failed to open url:",[url description]); UIAlertView *alert = [[UIAlertView alloc]…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
0
votes
1 answer

Google Calendar processing same ics file differently as an import vs as a webcal stream

I created a webcal stream, and Google Calendar reads it successfully, and creates events. However, the events it creates are 5 hours earlier than they should be. The event below, for instance, comes up at 1pm. If I take the same webcal stream and…
Theiteg
  • 37
  • 1
  • 7
1 2 3
4