similar to: Import Vcard with VPIM

Displaying 20 results from an estimated 50000 matches similar to: "Import Vcard with VPIM"

2006 Jan 12
3
VCard Upload Import
I''m trying to add Vcard import functionality and I keep getting the following using the code provided below. I''m using the VPIM library to decode the vcards and add them to my database table. Can someone help me out, or point me in a different direction for importing VCards. Thanks. Error: cannot convert StringIO into String Controller Code: require
2006 Apr 11
4
Vpim::Vcard Line Breaks
On Wed, Apr 12, 2006 at 02:29:50AM +0900, Ben Reubenstein wrote: > I am using the Ruby Vpim library to create Vcards. I am having > trouble getting my address entries to format correctly when the > resulting VCF file is loaded into an address book. Is there a special > character to create a break line in the address field? Many of the > addresses in my data include multiple line
2006 Jan 05
1
import/export VCards
Does anyone know of a plugin or extension that makes it easy to import and export with VCards for a contact database? Thanks, Kyle
2007 May 22
0
Vcard import library options
Anybody any experience with vcard import, what are options? i just found vpim, but want to know about alternatives before i start working with it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2006 Feb 24
8
editing and deleting fields in a vcard
Hi all, Is there a way in vpim to edit an individual field in a vcard. I have a set of vcards stored in a db and would like to be able to edit individual fields in the vcard and then save the vcard back to the db. I didn''t see any methods for editing a vcard in the api. Do I need to create a new vcard and repopulate it with all the fields except the one that I''m changing and
2008 Jun 18
1
Vpim gem
On Wed, Jun 18, 2008 at 6:32 AM, Joost Hietbrink <joost at joopp.com> wrote: > Hi Sam Roberts, > First of all. Thanks for the Vpim gem. We use it at www.yelloyello.com and > it works great. I''m glad to hear that. > We''ve only encountered the following error: > # NoMethodError (undefined method `to_str'' for []:Array): > # >
2008 Sep 07
0
Vcards & OS X Address Book
I saw a couple of references in the VPIM-talk archives about OS X Address book throwing a message of "no importable cards were found". I ran into this address when I threw some code into the my rails application. I used the .vcard extension for my vcard and saw this message for OS X address book. Once I changed the extension to .vcf, it recognized it right away as a valid vcard file.
2007 May 05
1
Problem in Vcard generation
I am trying to explore the vpim gem.. Using that i am trying to generate Vcard..Now I am able to generate vcard also i am able to send that vcard through mail. If i try to open that vcard through thunderbird, all the fields getting stored in address book except mobile number, Here ia m send the code for adding mobile number into vcard.. if @bizcard_label.mobile_number!=""
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
2006 Apr 29
0
vpim
Quoting chris at joyent.com, on Fri, Apr 28, 2006 at 07:55:25PM -0700: > Hey Sam, > > Random question...have you been able to successfully use your APIs > and create a vCard with photos that can import into AddressBook with > the photos intact? I am having a heck of a time getting the photos > to come into AddressBook. Didn''t know if you had success here. No,
2006 Aug 10
4
exporting vcards from rails
i''m doing a site for someone that has a form set up to collect contact information from the user. i installed the vpim gem and was hoping to give my client a way to download all of the contact''s information as a vcard. using the examples, i was able to get it working in ruby, but i''m not quite sure how to generate and download a vcard on the fly. has anyone done
2005 Jan 01
1
Re: vpim: bug in icalendar.rb, Icalendar#decode_status
Thanks for the bug report! I''ll get a new release out next week, I''ve been on vacation for a few weeks and I''m just getting up to speed with being back in a city. In the meantime, the fix is to apply the following patch (in Icalendar.decode_duration). I''ve also integrated your tests, thanks. Cheers, Sam diff -u -r1.22 icalendar.rb --- vpim/icalendar.rb 17
2007 Aug 05
0
Incorrect unicode conversion
On 27/02/2007, at 03:57 AM, Henry Maddocks wrote: > > Can you try these commands? > > > > <your-ruby> --version > > <your-ruby> -e ''s="\0B"; p s; p s =~ /\x00\x62/i'' > > > > The i option in the regex -----------------------^ makes the > > comparison > > insensitive. > > henry$ ruby --version >
2009 Feb 12
4
Vcard problems with street and country
I''ve got two issues: First, it seems that every time there''s a comma in a street field, it gets preceded by a ''\''. I can''t seem to get rid of it, or even find where it''s being generated. (ex: 71229 30nd Ave NW\, Apt 50) Second, every now and then my country ''United States'' gets cut off, as if it''s reached a character
2008 Jun 14
0
Bug and patch for vpim-0.619
On Sat, Jun 14, 2008 at 10:42 AM, Christopher J. Bottaro <cjbottaro at alumni.cs.utexas.edu> wrote: > I noticed two little bugs when using your vpim module in a Rails application. > > 1) The vpim module overwrites Rail''s implementation of Date#to_time. > 2) The vpim module''s implementation of Date#to_time causes > Date.today.to_time to return a Time that is
2006 Jan 19
2
has_many :through
Has anyone had much experience using the new has_many :though options that are currently in Edge Rails? I''m looking at using it in my project but haven''t found much about it. Kyle
2010 May 22
1
OT - How to query vcard-like data for CTI app
Hi, While this question does not directly concern Asterisk, it certainly relates to CTI applications. When building CTI application, you can meet 3 data types : - LDAP data, for employee data, - SQL data, for customer or structured data, - vCards-like, for various contacts mostly stored in Email's address books. It is very common to deal with LDAP or SQL databases, from a program. I would
2006 May 22
2
[vpim] Some small rrule.rb changes
Quoting cosmin at speakeasy.net, on Sat, May 20, 2006 at 11:40:06AM -0700: > I did some changes to the rrule.rb. I needed some getters/setters for > each of the attributes from RRULE. Attached is the diff. If it makes > sense to you to be included in the lib, please do so. If you think > it''s worth to be included, I can add more validation to the setters. I
2006 Jan 23
3
create and update with has_many :through
I''m using Edge Rails and the new has_many :through in my code. What I''m trying to do is modify my create and update code to use the new relationships. I''m using a table called course_teachers for the joins. Here is what I have so far: def create @course = Course.new(params[:course]) @teacher = Teacher.find(params[:primary_teacher]) @course.teachers =
2007 Sep 21
0
vPim RRULE fix
Quoting sam at 37signals.com, on Tue, Sep 11, 2007 at 02:41:16PM -0500: > Hi- > > We''re using your vPim library at 37signals for the Backpack Calendar > (http://backpackit.com/calendar ) and ran into an issue with the "US > Holidays" calendar available at http://ical.mac.com/ical/US32Holidays.ics . Thanks for the patch and unit test, I''ve applied it