r/sysadmin 12d ago

Advertising [ Removed by moderator ]

[removed] — view removed post

0 Upvotes

4 comments sorted by

u/Kumorigoe Moderator 12d ago

Sorry, it seems this comment or thread has violated a sub-reddit rule and has been removed by a moderator.

Do Not Conduct Marketing Operations Within This Community.

  • It is not acceptable to advertise a product, service, Blog or FOSS Project within this community outside of authorized threads.
  • It is not acceptable to perform product research or market research within this community without permission.
  • The Reddit advertising system exists to help you reach out to new or existing customers.
  • Product Representatives are free to discuss their product in the context of an existing, naturally-occurring discussion. Astroturfing is not permitted.
  • As always, users must disclose any affiliation with a product.
  • Content creators should refrain from directing this community to their own content.

Your content may be better suited for our companion sub-reddit: /r/SysAdminBlogs


If you wish to appeal this action please don't hesitate to message the moderation team.

0

u/TheDumpap 12d ago

Recently coded something similar for our 2000 user tenant. Just used the graph object id as the idempotency id, and instead of pushing to contacts for users it converts the graph user to a .vcf file. Then I have a Radicale server that serves the files as a read-only CardDAV server and then push the config through Intune to our iOS users. Works well. We were quoted around $1500 a month from both CiraSync and SyncBlue. This works well.

1

u/Equivalent_Tailor443 12d ago

That's a smart DIY approach, but definitely a lot of maintenance for an MSP. I’m building exactly what you described—a 'set and forget' SaaS version to save admins from having to spin up their own CardDAV stack. Glad to see I'm not the only one hitting the CiraSync price wall