Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using google calendar Api, I want recurrence event on all sunday between two date like following

string sdate = "2018/04/01 09:00:00 AM"; string edate = "2018/05/25 09:15:00 AM";

What I have tried:

I am using google calendar Api, I want recurrence event on all sunday between two date like following

string sdate = "2018/04/01 09:00:00 AM"; string edate = "2018/05/25 09:15:00 AM";
Posted
Updated 23-Apr-18 0:42am
Comments
Richard MacCutchan 23-Apr-18 4:27am    
Have you checked the API documentation?
jass39 23-Apr-18 5:21am    
yes but find nothing regarding this
jass39 24-Apr-18 1:27am    
thanks its work for me

1 solution

 
Share this answer
 
Comments
jass39 24-Apr-18 1:28am    
thanks its work for me

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900