search for: vcalendar

Displaying 8 results from an estimated 8 matches for "vcalendar".

Did you mean: calendar
2007 Jan 08
1
delete a file from the server
...e a vcs file. when i am creating the vcs file it is getting creatd in the server as well as in the local drive. But i dont want to the vcs file to be saved in the serve. when i am trying to delete the file from the server it is throwing the error,"Cannot start Microsoft Outlook.Cannot import vCalendar file". here is the code that i am using. def vcs f = File.open("txt_name.vcs","w+") f.syswrite("BEGIN:VCALENDAR\n") f.syswrite("PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN\n") f.syswrite("VERSION:1.0\n") f.syswrite...
2006 Aug 03
1
Markdown and the hCal microformat
...ost common in emails I've gotten is date/ description/location, so I tried to find a simple way to support that: (startdate-optional enddate)[description/title @ location] for example: (23rd June 2002)[Big Meeting @ Room 200, Bldg 3] (10am-2pm)[World Cup game] becomes: <div class="vcalendar"><span class="vevent"> <span class="summary">Big Meeting </span> <abbr class="dtstart" title="23rd June 2002">23rd June 2002</ abbr></span> <span class="location">Room 200...
2013 Aug 20
1
res_calendar / ownCloud
...v" xmlns:cs="http://calendarserver.org/ns/"><d:response><d:href>/remote.php/caldav/calendars/9e681f76-d67d-102d-9eb3-333258c8c572/defaultcalendar/owncloud-47307eef251636b6b3c7d8119a4bdf01.ics</d:href><d:propstat><d:prop><cal:calendar-data>BEGIN:VCALENDAR&#13; VERSION:2.0&#13; PRODID:ownCloud Calendar&#13; BEGIN:VEVENT&#13; CREATED;VALUE=DATE-TIME:20130820T200233Z&#13; UID:87e47fc65a&#13; LAST-MODIFIED;VALUE=DATE-TIME:20130820T200233Z&#13; DTSTAMP;VALUE=DATE-TIME:20130820T200233Z&#13; SUMMARY:SACKHUEPFEN&#13; DTST...
2008 Jan 08
0
Status of Timezone support / Handeling DTSTART; TZID="(GMT-05.00) Eastern Time (US & Canada)":20080107T123000
...s the state of timezone support in the iCalendar package? If I want to parse an iCalendar file that has non utc dstarts and dends will it convert those times to UTC or otherwise allow me to do that? When I tried to parse an iCalendar input file started off with something like this: BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft CDO for Microsoft Exchange VERSION:2.0 BEGIN:VTIMEZONE TZID:(GMT-05.00) Eastern Time (US & Canada) X-MICROSOFT-CDO-TZID:10 BEGIN:STANDARD DTSTART:16010101T020000 TZOFFSETFROM:-0400 TZOFFSETTO:-0500 RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=11;BYDAY=1SU END:STA...
2008 Sep 04
1
Timezone support?
..." #{vp.dtend}" puts puts end And here''s an edited icalendar file exported from ical.app (I''ve stripped out some attributes to keep it short and added some blank lines to separate events, feel free to ask for the full file) BEGIN:VCALENDAR VERSION:2.0 BEGIN:VTIMEZONE TZID:America/Chicago BEGIN:DAYLIGHT TZOFFSETFROM:-0600 TZOFFSETTO:-0500 DTSTART:20070311T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU TZNAME:CDT END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:-0500 TZOFFSETTO:-0600 DTSTART:20071104T020000 RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU...
2013 Mar 15
2
Icalendar.Parse(StringIO.new(aString)) complains about missing method, bytesize
I need to send an ics file to a web service, so however it gets there it will arrive as a string. Is there another way to begin Icalendar''s Parse than with a file? I''m currently sending the file using the curl command... curl -v --data-urlencode ics at invite.ics http://127.0.0.1:4567/ics2event I''ve tried curl''s --data-binary and sinatra''s
2019 Nov 12
0
[centos/centos.org] 01/02: Update calendar from yaml
...4 UTC + + +Page generated on 2019-11-12 18:01:46.874219 UTC \ No newline at end of file diff --git a/content/community/irc-meetings.ical b/content/community/irc-meetings.ical new file mode 100644 index 0000000..8555e4f --- /dev/null +++ b/content/community/irc-meetings.ical @@ -0,0 +1,162 @@ +BEGIN:VCALENDAR +VERSION:2.0 +PRODID:-//yaml2ical agendas//EN +X-WR-CALDESC:Meeting schedule for the CentOS Project and SIGS +X-WR-CALNAME:CentOS Meetings +BEGIN:VEVENT +SUMMARY:Atomic SIG +DTSTART;VALUE=DATE-TIME:20191114T160000Z +DURATION:PT1H +RRULE:FREQ=WEEKLY +DESCRIPTION:Project: Atomic SIG\nChair: Jason B...
2019 Nov 12
2
[centos/centos.org] branch master updated (63acd8a -> 908b8f4)
This is an automated email from the git hooks/post-receive script. unknown user pushed a change to branch master in repository centos/centos.org. from 63acd8a Update meeting schedule as per https://github.com/CentOS/Calendar/pull/29 new 0bbb052 Update calendar from yaml new 908b8f4 Update ical file URL The 2 revisions listed above as "new" are entirely new to this