Recent content by bsnwyase

  1. B

    Creating an appointment in outlook shared calendar using an access form

    I did try the free/busy method which returned the zero and 1's which then you have to do more calculations on which hour you had to check but in my case this was just too complicated and if it returned a 1 then i was not able to read the properties of that 1. The method I used allowed me to...
  2. B

    Creating an appointment in outlook shared calendar using an access form

    Hi darbid, After all day today I have finally solved on how i can do this. The code is below: 'Extract date and time from form endtime = DateAdd("n", Me!hrs, Me!sstarttime) mystart = Format(Me!startdate, "mm/dd/yyyy") & " " & Format(Me!sstarttime, "Medium Time") myEnd = Format(Me!startdate...
  3. B

    Creating an appointment in outlook shared calendar using an access form

    Thanks i wil have a look at the conflicts item, hopefully i can check the type of conflict i.e. category selected (all calendar entries have a category assigned, makes it easier to know the type of slot by colour). I have already come across the free/busy method but this just returns some zeros...
  4. B

    Creating an appointment in outlook shared calendar using an access form

    Hi Darbid, I have been following this thread and from your posts i have successfully been able to create appointments on my shared calendar by using the start date and duration to set a slot. Therefore I would like to say a big THANK YOU :). However I have one question that has not been...
Back
Top Bottom