Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple vCards in one vcf File/Multiple vEvents in one ics File #852

Open
SteveW94 opened this issue Aug 6, 2018 · 3 comments
Open

Multiple vCards in one vcf File/Multiple vEvents in one ics File #852

SteveW94 opened this issue Aug 6, 2018 · 3 comments

Comments

@SteveW94
Copy link

SteveW94 commented Aug 6, 2018

Hi,

i try to export my contacts and my calendar from my mobile/google account to radicale as one vcf/ics file.
But as soon as radicale detects more than one contact or event in one of the two files, it seems to refuse parsing.

I really dont wanna have one extra file for each event or contact, and ideally just want to copy paste the ics-File from the google-calendar export into my radicale folder.

How can I manage to get radicale to parse multiple Contacts/Events in one file?

Thanks! :)

@Tntdruid
Copy link

Tntdruid commented Aug 9, 2018

I use https://emclient.com/ did 1 file whit over 50 contacts whit no problem

@SteveW94
Copy link
Author

SteveW94 commented Aug 9, 2018

Hmm...then maybe you could tell me then why e.g the following is parsed fine:

BEGIN:VCARD
PROFILE:VCARD
VERSION:3.0
FN:First Person
N:Person;First;;;
ORG:;
CLASS:PUBLIC
REV;VALUE=DATE-TIME:2018-08-06T10:46:49,147Z
END:VCARD

And as soon as I have two Elements in this file radicale fails with the message "Content contains 2 components" (Why is this an Error anyway? Two components is what I intended to have?):

BEGIN:VCARD
PROFILE:VCARD
VERSION:3.0
FN:First Person
N:Person;First;;;
ORG:;
CLASS:PUBLIC
REV;VALUE=DATE-TIME:2018-08-06T10:46:49,147Z
END:VCARD
BEGIN:VCARD
PROFILE:VCARD
VERSION:3.0
FN:Test Person
N:Person;Test;;;
ORG:;
CLASS:PUBLIC
REV;VALUE=DATE-TIME:2018-08-06T10:46:49,147Z
END:VCARD

Thanks for Help

@skorokithakis
Copy link

I have the same problem, although with a different use case. With Radicale 1.x.x, I could just wget various calendars from Facebook/Meetup.com/etc and they showed up on my phone. With this change, I can't see them any more, which removes a huge benefit for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants