Syncing / adding / removing events with iCloud Calendar












-1















I've literally looked around the internet for over a week searching how to do this. iCloud don't provide an API / oAuth, I've seen some solutions on SO where they say use CALDAV, but businesses simply aren't using this route when connecting to iCloud, and doing it through c#.



Example for iCloud calendar



This clearly isn't the CALDAV route - most businesses connect directly to clients iCloud account... then do something. But that something isn't readily available ANYWHERE on the internet to my knowledge.



Maybe I'm wrong and it is CALDAV, but I don't think it is.



Sorry for what may seem like "a bad question" but it's been well over a week and I'm truly desperate.



Any advice on what to do with connecting to iCloud to syncing/ adding/removing events from iCloud would be really appreciated.










share|improve this question























  • Hi there! Your question is too broad. Here, on stackoverflow, we dealing with coding issues, so if you have a problem with your code (exceptions, unpredictable behavior, etc.) - edit your question or ask another one. You may also find this link useful: How to Ask

    – JohnB
    Nov 16 '18 at 0:07











  • Hi - Thanks. I'm aware, but, I don't personally think saying "this is CALDAV", no this is done through this resource ____ is broad. I'm not asking for SO to code Google's algorithm for me, simply ask anyone who has dealt with iCloud syncing - and what method they'd use. No specifics.

    – Duke Dodson
    Nov 16 '18 at 0:10


















-1















I've literally looked around the internet for over a week searching how to do this. iCloud don't provide an API / oAuth, I've seen some solutions on SO where they say use CALDAV, but businesses simply aren't using this route when connecting to iCloud, and doing it through c#.



Example for iCloud calendar



This clearly isn't the CALDAV route - most businesses connect directly to clients iCloud account... then do something. But that something isn't readily available ANYWHERE on the internet to my knowledge.



Maybe I'm wrong and it is CALDAV, but I don't think it is.



Sorry for what may seem like "a bad question" but it's been well over a week and I'm truly desperate.



Any advice on what to do with connecting to iCloud to syncing/ adding/removing events from iCloud would be really appreciated.










share|improve this question























  • Hi there! Your question is too broad. Here, on stackoverflow, we dealing with coding issues, so if you have a problem with your code (exceptions, unpredictable behavior, etc.) - edit your question or ask another one. You may also find this link useful: How to Ask

    – JohnB
    Nov 16 '18 at 0:07











  • Hi - Thanks. I'm aware, but, I don't personally think saying "this is CALDAV", no this is done through this resource ____ is broad. I'm not asking for SO to code Google's algorithm for me, simply ask anyone who has dealt with iCloud syncing - and what method they'd use. No specifics.

    – Duke Dodson
    Nov 16 '18 at 0:10
















-1












-1








-1


1






I've literally looked around the internet for over a week searching how to do this. iCloud don't provide an API / oAuth, I've seen some solutions on SO where they say use CALDAV, but businesses simply aren't using this route when connecting to iCloud, and doing it through c#.



Example for iCloud calendar



This clearly isn't the CALDAV route - most businesses connect directly to clients iCloud account... then do something. But that something isn't readily available ANYWHERE on the internet to my knowledge.



Maybe I'm wrong and it is CALDAV, but I don't think it is.



Sorry for what may seem like "a bad question" but it's been well over a week and I'm truly desperate.



Any advice on what to do with connecting to iCloud to syncing/ adding/removing events from iCloud would be really appreciated.










share|improve this question














I've literally looked around the internet for over a week searching how to do this. iCloud don't provide an API / oAuth, I've seen some solutions on SO where they say use CALDAV, but businesses simply aren't using this route when connecting to iCloud, and doing it through c#.



Example for iCloud calendar



This clearly isn't the CALDAV route - most businesses connect directly to clients iCloud account... then do something. But that something isn't readily available ANYWHERE on the internet to my knowledge.



Maybe I'm wrong and it is CALDAV, but I don't think it is.



Sorry for what may seem like "a bad question" but it's been well over a week and I'm truly desperate.



Any advice on what to do with connecting to iCloud to syncing/ adding/removing events from iCloud would be really appreciated.







c# calendar icloud icalendar caldav






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 15 '18 at 23:49









Duke DodsonDuke Dodson

215




215













  • Hi there! Your question is too broad. Here, on stackoverflow, we dealing with coding issues, so if you have a problem with your code (exceptions, unpredictable behavior, etc.) - edit your question or ask another one. You may also find this link useful: How to Ask

    – JohnB
    Nov 16 '18 at 0:07











  • Hi - Thanks. I'm aware, but, I don't personally think saying "this is CALDAV", no this is done through this resource ____ is broad. I'm not asking for SO to code Google's algorithm for me, simply ask anyone who has dealt with iCloud syncing - and what method they'd use. No specifics.

    – Duke Dodson
    Nov 16 '18 at 0:10





















  • Hi there! Your question is too broad. Here, on stackoverflow, we dealing with coding issues, so if you have a problem with your code (exceptions, unpredictable behavior, etc.) - edit your question or ask another one. You may also find this link useful: How to Ask

    – JohnB
    Nov 16 '18 at 0:07











  • Hi - Thanks. I'm aware, but, I don't personally think saying "this is CALDAV", no this is done through this resource ____ is broad. I'm not asking for SO to code Google's algorithm for me, simply ask anyone who has dealt with iCloud syncing - and what method they'd use. No specifics.

    – Duke Dodson
    Nov 16 '18 at 0:10



















Hi there! Your question is too broad. Here, on stackoverflow, we dealing with coding issues, so if you have a problem with your code (exceptions, unpredictable behavior, etc.) - edit your question or ask another one. You may also find this link useful: How to Ask

– JohnB
Nov 16 '18 at 0:07





Hi there! Your question is too broad. Here, on stackoverflow, we dealing with coding issues, so if you have a problem with your code (exceptions, unpredictable behavior, etc.) - edit your question or ask another one. You may also find this link useful: How to Ask

– JohnB
Nov 16 '18 at 0:07













Hi - Thanks. I'm aware, but, I don't personally think saying "this is CALDAV", no this is done through this resource ____ is broad. I'm not asking for SO to code Google's algorithm for me, simply ask anyone who has dealt with iCloud syncing - and what method they'd use. No specifics.

– Duke Dodson
Nov 16 '18 at 0:10







Hi - Thanks. I'm aware, but, I don't personally think saying "this is CALDAV", no this is done through this resource ____ is broad. I'm not asking for SO to code Google's algorithm for me, simply ask anyone who has dealt with iCloud syncing - and what method they'd use. No specifics.

– Duke Dodson
Nov 16 '18 at 0:10














1 Answer
1






active

oldest

votes


















0














As SO is quite possibly the 'coldest' community online, I had to spend another few days researching - and asking friends. For others seeking the answer to this question, this is how I have done it:



It is done through CalDAV, I used this https://github.com/rianjs/ical.net which got me half way there.



^ Woah, that was hard wasn't it?






share|improve this answer
























  • Not cold, rather I'd say focused. You are expected to research yourself, then ask a question if still needed.

    – anmari
    Nov 29 '18 at 7:06











  • Nope, just incredibly cold. It's common knowledge really. I mod the biggest SEO forum in the world - it's filled with warmth. The community here is pretty vile. A good resource to get out of sticky situations, but very unwelcoming. And to counter your point, I clearly stated I researched for weeks. There is no definitive answer on the internet for this.

    – Duke Dodson
    Dec 1 '18 at 1:22











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53329478%2fsyncing-adding-removing-events-with-icloud-calendar%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














As SO is quite possibly the 'coldest' community online, I had to spend another few days researching - and asking friends. For others seeking the answer to this question, this is how I have done it:



It is done through CalDAV, I used this https://github.com/rianjs/ical.net which got me half way there.



^ Woah, that was hard wasn't it?






share|improve this answer
























  • Not cold, rather I'd say focused. You are expected to research yourself, then ask a question if still needed.

    – anmari
    Nov 29 '18 at 7:06











  • Nope, just incredibly cold. It's common knowledge really. I mod the biggest SEO forum in the world - it's filled with warmth. The community here is pretty vile. A good resource to get out of sticky situations, but very unwelcoming. And to counter your point, I clearly stated I researched for weeks. There is no definitive answer on the internet for this.

    – Duke Dodson
    Dec 1 '18 at 1:22
















0














As SO is quite possibly the 'coldest' community online, I had to spend another few days researching - and asking friends. For others seeking the answer to this question, this is how I have done it:



It is done through CalDAV, I used this https://github.com/rianjs/ical.net which got me half way there.



^ Woah, that was hard wasn't it?






share|improve this answer
























  • Not cold, rather I'd say focused. You are expected to research yourself, then ask a question if still needed.

    – anmari
    Nov 29 '18 at 7:06











  • Nope, just incredibly cold. It's common knowledge really. I mod the biggest SEO forum in the world - it's filled with warmth. The community here is pretty vile. A good resource to get out of sticky situations, but very unwelcoming. And to counter your point, I clearly stated I researched for weeks. There is no definitive answer on the internet for this.

    – Duke Dodson
    Dec 1 '18 at 1:22














0












0








0







As SO is quite possibly the 'coldest' community online, I had to spend another few days researching - and asking friends. For others seeking the answer to this question, this is how I have done it:



It is done through CalDAV, I used this https://github.com/rianjs/ical.net which got me half way there.



^ Woah, that was hard wasn't it?






share|improve this answer













As SO is quite possibly the 'coldest' community online, I had to spend another few days researching - and asking friends. For others seeking the answer to this question, this is how I have done it:



It is done through CalDAV, I used this https://github.com/rianjs/ical.net which got me half way there.



^ Woah, that was hard wasn't it?







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 17 '18 at 15:09









Duke DodsonDuke Dodson

215




215













  • Not cold, rather I'd say focused. You are expected to research yourself, then ask a question if still needed.

    – anmari
    Nov 29 '18 at 7:06











  • Nope, just incredibly cold. It's common knowledge really. I mod the biggest SEO forum in the world - it's filled with warmth. The community here is pretty vile. A good resource to get out of sticky situations, but very unwelcoming. And to counter your point, I clearly stated I researched for weeks. There is no definitive answer on the internet for this.

    – Duke Dodson
    Dec 1 '18 at 1:22



















  • Not cold, rather I'd say focused. You are expected to research yourself, then ask a question if still needed.

    – anmari
    Nov 29 '18 at 7:06











  • Nope, just incredibly cold. It's common knowledge really. I mod the biggest SEO forum in the world - it's filled with warmth. The community here is pretty vile. A good resource to get out of sticky situations, but very unwelcoming. And to counter your point, I clearly stated I researched for weeks. There is no definitive answer on the internet for this.

    – Duke Dodson
    Dec 1 '18 at 1:22

















Not cold, rather I'd say focused. You are expected to research yourself, then ask a question if still needed.

– anmari
Nov 29 '18 at 7:06





Not cold, rather I'd say focused. You are expected to research yourself, then ask a question if still needed.

– anmari
Nov 29 '18 at 7:06













Nope, just incredibly cold. It's common knowledge really. I mod the biggest SEO forum in the world - it's filled with warmth. The community here is pretty vile. A good resource to get out of sticky situations, but very unwelcoming. And to counter your point, I clearly stated I researched for weeks. There is no definitive answer on the internet for this.

– Duke Dodson
Dec 1 '18 at 1:22





Nope, just incredibly cold. It's common knowledge really. I mod the biggest SEO forum in the world - it's filled with warmth. The community here is pretty vile. A good resource to get out of sticky situations, but very unwelcoming. And to counter your point, I clearly stated I researched for weeks. There is no definitive answer on the internet for this.

– Duke Dodson
Dec 1 '18 at 1:22




















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53329478%2fsyncing-adding-removing-events-with-icloud-calendar%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Florida Star v. B. J. F.

Error while running script in elastic search , gateway timeout

Adding quotations to stringified JSON object values