Displaying 14 results from an estimated 14 matches for "vevents".
Did you mean:
events
2019 Nov 12
0
[centos/centos.org] 01/02: Update calendar from yaml
This is an automated email from the git hooks/post-receive script.
unknown user pushed a commit to branch master
in repository centos/centos.org.
commit 0bbb0525b87b6c9d9635db498b73065abe693ae4
Author: rbowen <rbowen at rcbowen.com>
AuthorDate: Tue Nov 12 13:03:32 2019 -0500
Update calendar from yaml
---
content/community/calendar.md | 18 ++--
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
2008 Sep 04
1
Timezone support?
This is a follow-up to the thread ending with:
http://rubyforge.org/pipermail/vpim-talk/2008/000120.html
I too am in search of some ruby parser for icalendar which properly handles
timezones on the datetimes in the icalendar RFC.
As I understand it there are actually three types of times.
1) UTC times with a string form of yyyymmddThhmmssZ
note the trailing Z indicates zulu time aka utc.
2)
2007 Feb 07
2
How to set TZID in DTSTART?
Hello all,
I am currently evaluating the vpim libraries and like them very much.
However there''s one thing I can''t get done: How can I set the TZID
parameter for DTSTART/END dates so my encoded ICS file looks
something like this:
BEGIN:VEVENT
...
DTSTART;TZID=Eastern Time:20071201T080000
DTEND;TZID=Eastern Time:20071207T110000
...
END:VEVENT
I managed
2006 Aug 03
1
Markdown and the hCal microformat
Hi, I've got a suggestion for adding something to Markdown's syntax.
I'm new to the list, so I don't know if this is likely to be received
well - I'm aware that it's not all that common (yet) to want to do
something like this, and I don't know where everyone here stands on
if or how to make markup more meaningful.
I'd like to generate some microformated
2013 Aug 20
1
res_calendar / ownCloud
Hi,
I try to use res_calendar with ownCloud. While it works with google/ics,
I've some difficulties with caldav and ownCloud[1]. According to the
logs and tcpdump the calendar entries have been fetched but they are not
available in Asterisk. 'calendar show calendars' doesn't show the status
busy, 'calendar show calendar owncloud' doesn't show the current
events.
2006 Jul 02
2
Flat file as storage backend or what ...
...sed
PIM, partly as a learning experience, partly because I need one. I''ll
be using iCalendar and vCard files for for storage because it will let
me sync with PDAs, and use other already available PIMs.
What would be the best practice for this?
a) At the beginning of a session pull all my vevents and vcards into
ActiveRecords, and write them back to the flat file at the end of
every session?
b) Skip the ActiveRecord thing and read in the vcard/ical files on
every request?
I''m afraid that a) will give me a lot of syncing headaces and that b)
will be very slow. Is there a better al...
2007 Jan 08
1
delete a file from the server
Hi all,
i want to create 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 =
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
2006 Apr 02
4
Field#to_text
We''re using Vpim to parse iCal and vCard files, and so far it''s been
great. However, when we were parsing some iCal files we noticed that
all the endlines in the description section were disappearing. I start
peering through the source code and find (in the Field#to_text method
that is being called):
# The value as text. Text can have escaped newlines, commas, and escape
#
2006 Feb 20
0
vpimd, a personal information server
This isn''t even close to ready for release, but in case anybody is
interested, has feedback, finds it useful as is, or even wants to
collaborate...
I''ve been working on a "personal information server", something of a
protocol multiplexer. Right now it serves calendar feeds for:
- a local calendar folder (iCal 1.x''s Library/Calendars)
- rss for local todos
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Apr 07
0
Icalendar::Get::Common missing? / cmd-itip.sh fails on getting comment?
I am brand new to vpim, so I tried to use the example cmd-itip.sh.
But it fails on the code:
if e.comments
with the error message:
./cmd-itip.txt.sh:113: undefined method `comment'' for
#<Vpim::Icalendar::Vevent:0x101899c> (NoMethodError)
In the rdoc it says there should be Icalendar::Get::Common#comment
But there is no module Get in Vpim:Icalendar. There is the module
2008 Jan 08
0
Status of Timezone support / Handeling DTSTART; TZID="(GMT-05.00) Eastern Time (US & Canada)":20080107T123000
I can not tell from the docs or from the mailing list what is 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